3560做vlan,各vlan间主机ping不通

来源:百度知道 编辑:UC知道 时间:2024/06/27 17:05:37
3560#sh run
Building configuration...

Current configuration : 3372 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 3560
!
enable secret 5 $1$QUaH$5L4Ie3rOAFjAzcNIv1Atl/
enable password cisco
!
no aaa new-model
ip subnet-zero
ip routing
ip dhcp excluded-address 192.168.100.1
ip dhcp excluded-address 192.168.90.1
ip dhcp excluded-address 192.168.80.1
!
ip dhcp pool vlan100
network 192.168.100.0 255.255.255.0
dns-server 192.168.100.254
default-router 192.168.100.1
!
ip dhcp pool vlan90
network 192.168.90.0 255.255.255.0
dns-server 192.168.100.254
default-router 192.168.90.1
!
ip dhcp pool vlan80
network 192.168.80.0 255.255.255.0
dns-server 192.168.100.254
default-router 192.168.80.1
!

能ping通svi接口不?如果svi都ping不通那就没办法了
show 一下dhcp的ip分配情况,最好加个leasetime
后面跟的数字是天
主机ping的时候在交换机接口上debug ip packet看看有没有收到客户机传递给svi的请求,是否执行路由操作
如果是
encapsulation failed检查2层连接情况
如果是send但是没有reply就是对端没回包
检查主机间的防火墙设置

从配置来看是没有什么问题的,可以reload在看看,