mreasy 发表于 2013-5-13 12:24:22

关于接口里dot1x的配置

本帖最后由 mreasy 于 2013-5-13 12:27 编辑

如下是   两台交换机    的   各自接口    配置:
SW1#interface FastEthernet0/1 switchport access vlan 90 switchport mode access authentication event fail action authorize vlan 8 authentication event no-response action authorize vlan 8 authentication port-control auto authentication periodic authentication timer reauthenticate 300 dot1x pae authenticator dot1x timeout quiet-period 30 dot1x timeout supp-timeout 2 dot1x max-req 10 spanning-tree portfast--------------
SW2#         interface FastEthernet0/1 switchport access vlan 70 switchport mode access dot1x pae authenticator dot1x port-control auto dot1x timeout quiet-period 30 dot1x timeout reauth-period 300 dot1x timeout supp-timeout 2 dot1x max-req 10 dot1x guest-vlan 8 spanning-tree portfast
问题:1.都是将没有通过认证的用户转移到vlan 8,为什么SW1用“authentication event fail action authorize vlan 8 ,和 authentication event no-response action authorize vlan 8”   而SW2却用“dot1x guest-vlan 8”??这两个语句功能一样么??为什么命令不同呢??      2.都是要在接口下启用dot1x自动控制,为什么SW1用的“authentication port-control auto” 而 SW2用的“dot1x port-control auto”?? 这两句功能应该是一样的,那为什么格式,关键字不同呢??

   最近在看交换机show run 里面的内容,很多语句不明白,希望大家能帮帮我~~谢谢啦~~~{:soso_e154:}

鲁智林 发表于 2013-5-13 12:26:31

{:6_268:}

mreasy 发表于 2013-5-13 12:30:20

{:6_291:}

mreasy 发表于 2013-5-13 13:14:56

{:6_283:}

天涯迪 发表于 2013-5-13 13:27:38

你敲了这么多dot1X的命令,没敲过那么多

sinai0599 发表于 2013-5-13 13:42:17

IOS 你show version看看版本吧~!

chengsw 发表于 2013-5-13 16:12:24

{:6_283:}

-_-- 发表于 2013-5-13 16:55:11

{:6_283:}

mreasy 发表于 2013-5-13 17:08:53

sinai0599 发表于 2013-5-13 13:42 static/image/common/back.gif
IOS 你show version看看版本吧~!

确实IOS版本不同,SW1的是Version 12.2(50)SE5,SW2的是Version 12.2(25r)SEC,肯定这就是原因??

wph913 发表于 2013-5-13 17:36:16

{:6_269:}

sinai0599 发表于 2013-5-13 18:05:15

mreasy 发表于 2013-5-13 17:08 static/image/common/back.gif
确实IOS版本不同,SW1的是Version 12.2(50)SE5,SW2的是Version 12.2(25r)SEC,肯定这就是原因??

win7和XP有区别吗

微博!!! 发表于 2015-3-11 14:58:10

sinai0599 发表于 2013-5-13 13:42
IOS 你show version看看版本吧~!

这个就是原因吗?

sinai0599 发表于 2015-3-12 11:25:57

微博!!! 发表于 2015-3-11 14:58
这个就是原因吗?

en
页: [1]
查看完整版本: 关于接口里dot1x的配置