- 论坛徽章:
- 0
|
Current configuration : 19457 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service compress-config
!
hostname cisco
!
boot system bootflash:cat4000-ik2s-mz.121-13.EW.bin
enable password cisco
!
username cisco password 0 cisco
ip subnet-zero
no ip domain-lookup
!
ip ssh time-out 120
ip ssh authentication-retries 3
no errdisable detect cause pagp-flap
no errdisable detect cause dtp-flap
no errdisable detect cause link-flap
--More--
interface FastEthernet5/48
switchport access vlan 500
switchport mode access
no cdp enable
spanning-tree portfast
!
interface Vlan1
no ip address
!
interface Vlan2
ip address 10.48.72.252 255.255.255.0
!
interface Vlan100
ip address 192.168.10.11 255.255.255.0
没有全部沾完!大概情况就是如此!!CISCO 4506分了几个VLAN,其中3/1断口给了VLAN 100,通过光猫与一个单位相连。其他的端口都在VLAN2里面。为了做到非法的MAC地址无法介入网络,我把端口绑定了,也就是允许端口所学到的第一个MAC地址。
即SWITCHPORT PORT-SECURITY
SWITCHPORT PORT-SECURITY VIOLATION SHUTDOWN
之后问题出来了!!
1、SHOW IP ROUTE
看不到直接192.168.10.0这个网络了
2、与4506交换机连接的光锚的端口3/1,line is ERR-DISABLE了,ROCOVERY之后好了,很快又不行了!!所以PING 192.168.10.11也不通了!
把端口的绑定去了一切都好了!!
所以想问问大家这是怎么回事呢!!!谢谢 |
|