查看: 4325|回复: 14

为什么从eth4口收到数据?不应该啊

[复制链接]
发表于 2008-7-18 14:47:46 | 显示全部楼层 |阅读模式
这是我在防火墙上用tcpdump抓到的包
FW-INET.system# tcpdump -i any host 10.33.5.72 or host 202.96.133.133 -n and icmp
tcpdump: WARNING: Promiscuous mode not supported on the "any" device
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on any, link-type LINUX_SLL (Linux cooked), capture size 68 bytes
06:25:11.740526 R@eth5 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37655, length 40
06:25:11.740541 X@eth6 IP x.x.x.x > 202.96.133.133: ICMP echo request, id 1024, seq 37655, length 40
06:25:11.740543 R@eth4 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37655, length 40
06:25:11.972748 R@eth6 IP 202.96.133.133 > x.x.x.x: ICMP echo reply, id 1024, seq 37655, length 40
06:25:11.972761 X@eth5 IP 202.96.133.133 > 10.33.5.72: ICMP echo reply, id 1024, seq 37655, length 40

我从内网向外ping dns  得到的数据如上,我的pc 在vlan 33 以下是我的拓扑

[ 本帖最后由 ngnway 于 2008-8-16 20:45 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?CSNA会员注册

×
回复

使用道具 举报

 楼主| 发表于 2008-7-18 14:59:45 | 显示全部楼层
实际的物理连接图    ,我的pc 在vlan33里    6509-1  负责承载vlan33的数据  两台核心用HSRP做负载.  路由器直接和6509-2的vlan29相连 ,在交换机上vlan29是没有地址的,vlan29的另一个口连接到防火墙的外网口,防火墙的两个内网口分别连接两台交换机的vlan30,每台交换机的默认路由都指向防火墙的内网口(两个内网口共用一个桥地址)

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?CSNA会员注册

×
回复

使用道具 举报

 楼主| 发表于 2008-7-18 15:07:23 | 显示全部楼层
防火墙的eth4是连接6509-2的  (eth5连接509-1  eth6为防火墙外网后,连接6509-2的vlan29 )正常不应该从eth4收到我pc 10.33.5.72的数据啊
回复

使用道具 举报

 楼主| 发表于 2008-7-18 15:13:52 | 显示全部楼层
如果我把pc接到接入层的交换机的vlan33的端口得到是同样的情况,补充下我的6509-1 做奇数vlan的根桥,
回复

使用道具 举报

 楼主| 发表于 2008-7-18 15:15:45 | 显示全部楼层
完整的 数据捕获

FW-INET.system# tcpdump -i any host 10.33.5.72 or host 202.96.133.133 -n and icmp
tcpdump: WARNING: Promiscuous mode not supported on the "any" device
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on any, link-type LINUX_SLL (Linux cooked), capture size 68 bytes
06:25:09.738798 R@eth5 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37143, length 40
06:25:09.738821 X@eth6 IP x.x.x.x > 202.96.133.133: ICMP echo request, id 1024, seq 37143, length 40
06:25:09.738823 R@eth4 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37143, length 40
06:25:10.016840 R@eth6 IP 202.96.133.133 > x.x.x.x: ICMP echo reply, id 1024, seq 37143, length 40
06:25:10.016851 X@eth5 IP 202.96.133.133 > 10.33.5.72: ICMP echo reply, id 1024, seq 37143, length 40
06:25:10.739725 R@eth5 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37399, length 40
06:25:10.739742 X@eth6 IP x.x.x.x > 202.96.133.133: ICMP echo request, id 1024, seq 37399, length 40
06:25:10.739748 R@eth4 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37399, length 40
06:25:10.976710 R@eth6 IP 202.96.133.133 > x.x.x.x: ICMP echo reply, id 1024, seq 37399, length 40
06:25:10.976720 X@eth5 IP 202.96.133.133 > 10.33.5.72: ICMP echo reply, id 1024, seq 37399, length 40
06:25:11.740526 R@eth5 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37655, length 40
06:25:11.740541 X@eth6 IP x.x.x.x > 202.96.133.133: ICMP echo request, id 1024, seq 37655, length 40
06:25:11.740543 R@eth4 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37655, length 40
06:25:11.972748 R@eth6 IP 202.96.133.133 > x.x.x.: ICMP echo reply, id 1024, seq 37655, length 40
06:25:11.972761 X@eth5 IP 202.96.133.133 > 10.33.5.72: ICMP echo reply, id 1024, seq 37655, length 40
06:25:12.741359 R@eth4 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37911, length 40
06:25:12.741454 R@eth5 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 37911, length 40
06:25:12.741477 X@eth6 IP x.x.x.x > 202.96.133.133: ICMP echo request, id 1024, seq 37911, length 40
06:25:12.979811 R@eth6 IP 202.96.133.133 > x.x.x.x: ICMP echo reply, id 1024, seq 37911, length 40
06:25:12.979824 X@eth5 IP 202.96.133.133 > 10.33.5.72: ICMP echo reply, id 1024, seq 37911, length 40
06:25:13.742255 R@eth5 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 38167, length 40
06:25:13.742274 X@eth6 IP x.x.x.x > 202.96.133.133: ICMP echo request, id 1024, seq 38167, length 40
06:25:13.742276 R@eth4 IP 10.33.5.72 > 202.96.133.133: ICMP echo request, id 1024, seq 38167, length 40

[ 本帖最后由 ngnway 于 2008-8-16 20:47 编辑 ]
回复

使用道具 举报

 楼主| 发表于 2008-7-18 15:28:52 | 显示全部楼层
交换机配置

6509-2  
interface Vlan33
ip address 10.33.0.2 255.255.0.0
no ip redirects
ip pim sparse-dense-mode
no ip route-cache cef
ip igmp version 3
standby 33 ip 10.33.0.3
standby 33 preempt
!
interface Vlan34
ip address 10.34.0.2 255.255.0.0
no ip redirects
no ip route-cache cef
standby 34 ip 10.34.0.3
standby 34 priority 105
standby 34 preempt

spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree vlan 1-29,31,33,35,37,39,41,43,45,47,49,51,53,55,57 priority 8192
spanning-tree vlan 59,61,63,65-99,101-1024 priority 8192
spanning-tree vlan 30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 priority 4096
spanning-tree vlan 60,62,64 priority 4096


6509-1


spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree vlan 1-29,31,33,35,37,39,41,43,45,47,49,51,53,55,57 priority 4096
spanning-tree vlan 59,61,63,65-99,101-1024 priority 4096
spanning-tree vlan 30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 priority 8192
spanning-tree vlan 60,62,64 priority 8192

interface Vlan33
ip address 10.33.0.1 255.255.0.0
ip access-group 100 in
no ip redirects
ip pim sparse-dense-mode
no ip route-cache cef
ip igmp version 3
standby 33 ip 10.33.0.3
standby 33 priority 105
standby 33 preempt
!
interface Vlan34
ip address 10.34.0.1 255.255.0.0
no ip redirects
no ip route-cache cef
standby 34 ip 10.34.0.3
standby 34 preempt
回复

使用道具 举报

发表于 2008-7-19 21:41:53 | 显示全部楼层
你的vlan30和防火墙上相应vlan 30的接口和路由是怎么写的〉?
回复

使用道具 举报

 楼主| 发表于 2008-7-19 22:12:18 | 显示全部楼层
两台交换机的路由都指向防火墙的内网口(eth4和eth5 共用一个桥地址)   ,防火墙的默认路由是路由器 .回程路由的下一条是vlan30的 vlan接口地址  ,
回复

使用道具 举报

发表于 2008-7-19 22:38:46 | 显示全部楼层
vlan30的 vlan接口地址
这个接口地址在哪上?
回复

使用道具 举报

 楼主| 发表于 2008-7-19 23:07:27 | 显示全部楼层
vlan  30的接口地址在核心交换机上  6509-1是10.30.0.1    6509-2是10.30.0.2   他们用hsrp 对外通告10.30.0.3,  6509-1是承载奇数vlan的的  6509-2 承载偶数vlan
回复

使用道具 举报

 楼主| 发表于 2008-7-19 23:10:48 | 显示全部楼层
6509-1
interface Vlan30
ip address 10.30.0.1 255.255.0.0
no ip redirects
no ip route-cache cef
standby 30 ip 10.30.0.3
standby 30 preempt
standby 30 priority 105
!
interface Vlan31
ip address 10.31.0.1 255.255.0.0
no ip redirects
no ip route-cache cef
standby 31 ip 10.31.0.3

standby 34 preempt

6509-2
interface Vlan30
ip address 10.30.0.2 255.255.0.0
no ip redirects
no ip route-cache cef
standby 30 ip 10.30.0.3
standby 30 preempt
!
interface Vlan31
ip address 10.31.0.2 255.255.0.0
no ip redirects
no ip route-cache cef
standby 31 ip 10.31.0.3
standby 31 priority 105
standby 34 preempt
回复

使用道具 举报

发表于 2008-7-20 10:59:32 | 显示全部楼层
现在的情况可能是
你的vlan33 出去的流量走的是6509-1这是正常的
当回来的时候因为是vlan30所以这个时候走的是6509-2
不过eth4全是request的包
查看一下stp的状态和hsrp的状态
看看主备是否正常
回复

使用道具 举报

发表于 2008-7-20 11:04:36 | 显示全部楼层
还有一种可能就是6509-1与6509-2不能正常发送hello导致两个都是active状态
查看接入交换机同6509上的接口状态
6509-1 ---------------6509-2
  |                     |
    |                 |
      |             |
         |         |
           |      |
              | |
           Access
接入层交换机要同6509-1与6509-2项连接口都在同一个vlan或者trunk才能正确收到2者的hello包

[ 本帖最后由 pt_z 于 2008-7-20 11:13 编辑 ]
回复

使用道具 举报

 楼主| 发表于 2008-7-20 21:35:10 | 显示全部楼层
HSRP h和stp 工作状态正常
C6509-1#sh stand

Vlan30 - Group 30
  Local state is Standby, priority 100, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 0.851
  Virtual IP address is 10.63.30.3 configured
  Active router is 10.63.30.2, priority 105 expires in 7.304
  Standby router is local
  10513 state changes, last state change 1w4d
  IP redundancy name is "hsrp-Vl30-30" (default)
Vlan31 - Group 31
  Local state is Active, priority 105, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 2.562
  Virtual IP address is 10.63.31.3 configured
  Active router is local
  Standby router is 10.63.31.2 expires in 7.096
  Virtual mac address is 0000.0c07.ac1f
  1 state changes, last state change 33w0d
  IP redundancy name is "hsrp-Vl31-31" (default)
  Priority tracking 1 interface or object, 1 up:
    Interface or object        Decrement  State
    GigabitEthernet1/1            10      Up
Vlan32 - Group 32
  Local state is Standby, priority 100, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 0.425
  Virtual IP address is 10.32.0.3 configured
  Active router is 10.32.0.2, priority 105 expires in 9.008
  Standby router is local
  11269 state changes, last state change 30w6d
  IP redundancy name is "hsrp-Vl32-32" (default)
Vlan33 - Group 33
  Local state is Active, priority 105, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 1.939
  Virtual IP address is 10.33.0.3 configured
  Active router is local
  Standby router is 10.33.0.2 expires in 8.224
  Virtual mac address is 0000.0c07.ac21
  1 state changes, last state change 33w0d
  IP redundancy name is "hsrp-Vl33-33" (default)
Vlan34 - Group 34
  Local state is Standby, priority 100, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 0.084
  Virtual IP address is 10.34.0.3 configured
  Active router is 10.34.0.2, priority 105 expires in 8.256
  Standby router is local
  11230 state changes, last state change 1w4d

C6509-1#sh span brief


VLAN0029
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.0c1d
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    4096
             Address     0017.df4b.0c1d
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p
Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p
Gi9/34           Desg FWD 4         128.1058 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/37           Desg FWD 4         128.1061 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Desg FWD 1         128.1666 P2p


VLAN0030
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.141e
             Cost        1
             Port        1666 (Port-channel2)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    8192
             Address     0017.df4b.0c1e
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi1/1            Desg FWD 4         128.1    P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p
Gi9/32           Desg FWD 4         128.1056 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/33           Desg FWD 4         128.1057 P2p
Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/37           Desg FWD 4         128.1061 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Root FWD 1         128.1666 P2p


VLAN0031
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.0c1f
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    4096
             Address     0017.df4b.0c1f
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi1/2            Desg FWD 4         128.2    P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p
Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/37           Desg FWD 4         128.1061 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Desg FWD 1         128.1666 P2p


VLAN0032
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.1420
             Cost        1
             Port        1666 (Port-channel2)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    8192
             Address     0017.df4b.0c20
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi1/4            Desg FWD 19        128.4    Edge P2p
Gi1/42           Desg FWD 4         128.42   Edge P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p
Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/37           Desg FWD 4         128.1061 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Root FWD 1         128.1666 P2p


VLAN0033
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.0c21
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    4096
             Address     0017.df4b.0c21
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi1/13           Desg FWD 4         128.13   Edge P2p
Gi1/14           Desg FWD 4         128.14   Edge P2p
Gi1/37           Desg FWD 19        128.37   Edge P2p
Gi1/39           Desg FWD 4         128.39   Edge P2p
Gi1/43           Desg FWD 4         128.43   Edge P2p
Gi1/44           Desg FWD 4         128.44   Edge P2p
Gi1/45           Desg FWD 4         128.45   Edge P2p
Gi1/46           Desg FWD 4         128.46   Edge P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi1/47           Desg FWD 4         128.47   Edge P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p
Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p
Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/37           Desg FWD 4         128.1061 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Desg FWD 1         128.1666 P2p


VLAN0034
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.1422
             Cost        1
             Port        1666 (Port-channel2)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    8192
             Address     0017.df4b.0c22
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p
Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/37           Desg FWD 4         128.1061 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Root FWD 1         128.1666 P2p



C6509-2#sh standby

Vlan30 - Group 30
  Local state is Active, priority 105, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 0.841
  Virtual IP address is 10.63.30.3 configured
  Active router is local
  Standby router is 10.63.30.1 expires in 7.188
  Virtual mac address is 0000.0c07.ac1e
  2 state changes, last state change 33w0d
  IP redundancy name is "hsrp-Vl30-30" (default)
Vlan31 - Group 31
  Local state is Standby, priority 100, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 2.306
  Virtual IP address is 10.63.31.3 configured
  Active router is 10.63.31.1, priority 105 expires in 9.048
  Standby router is local
  2854 state changes, last state change 30w6d
  IP redundancy name is "hsrp-Vl31-31" (default)
Vlan32 - Group 32
  Local state is Active, priority 105, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 1.683
  Virtual IP address is 10.32.0.3 configured
  Active router is local
  Standby router is 10.32.0.1 expires in 9.636
  Virtual mac address is 0000.0c07.ac20
  2 state changes, last state change 33w0d
  IP redundancy name is "hsrp-Vl32-32" (default)
Vlan33 - Group 33
  Local state is Standby, priority 100, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 2.442
  Virtual IP address is 10.33.0.3 configured
  Active router is 10.33.0.1, priority 105 expires in 7.688
  Standby router is local
  2737 state changes, last state change 30w6d
  IP redundancy name is "hsrp-Vl33-33" (default)
Vlan34 - Group 34
  Local state is Active, priority 105, may preempt
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 0.263
  Virtual IP address is 10.34.0.3 configured
  Active router is local
  Standby router is 10.34.0.1 expires in 8.872
  Virtual mac address is 0000.0c07.ac22
  2 state changes, last state change 33w0d
  IP redundancy name is "hsrp-Vl34-34" (default)
Vlan35 - Group 35
  Local state is Standby, priority 100, may preempt
  Hellotime 3 sec, holdtime 10 sec

C6509-2#sh span brief




VLAN0029
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.0c1d
             Cost        1
             Port        1666 (Port-channel2)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    8192
             Address     0017.df4b.141d
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi1/3            Desg FWD 19        128.3    P2p
Gi1/4            Desg FWD 4         128.4    P2p
Gi9/3            Desg FWD 4         128.1027 P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/31           Desg FWD 4         128.1055 P2p
Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p
Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/40           Desg FWD 4         128.1064 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Root FWD 1         128.1666 P2p


VLAN0030
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.141e
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    4096
             Address     0017.df4b.141e
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi1/1            Desg FWD 4         128.1    P2p
Gi9/3            Desg FWD 4         128.1027 P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p
Gi9/32           Desg FWD 4         128.1056 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/33           Desg FWD 4         128.1057 P2p
Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/40           Desg FWD 4         128.1064 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Desg FWD 1         128.1666 P2p


VLAN0031
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.0c1f
             Cost        1
             Port        1666 (Port-channel2)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    8192
             Address     0017.df4b.141f
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi1/2            Desg FWD 4         128.2    P2p
Gi9/3            Desg FWD 4         128.1027 P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p
Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/40           Desg FWD 4         128.1064 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Root FWD 1         128.1666 P2p


VLAN0032
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.1420
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    4096
             Address     0017.df4b.1420
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi1/45           Desg FWD 4         128.45   Edge P2p
Gi1/47           Desg FWD 4         128.47   Edge P2p
Gi9/3            Desg FWD 4         128.1027 P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p
Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/40           Desg FWD 4         128.1064 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Desg FWD 1         128.1666 P2p


VLAN0033
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.0c21
             Cost        1
             Port        1666 (Port-channel2)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    8192
             Address     0017.df4b.1421
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi1/36           Desg FWD 4         128.36   Edge P2p
Gi1/37           Desg FWD 4         128.37   Edge P2p
Gi1/38           Desg FWD 19        128.38   Edge P2p
Gi1/39           Desg FWD 4         128.39   Edge P2p
Gi1/40           Desg FWD 4         128.40   Edge P2p
Gi1/41           Desg FWD 4         128.41   Edge P2p
Gi1/42           Desg FWD 4         128.42   Edge P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi1/43           Desg FWD 4         128.43   Edge P2p
Gi1/44           Desg FWD 4         128.44   Edge P2p
Gi1/46           Desg FWD 4         128.46   Edge P2p
Gi9/3            Desg FWD 4         128.1027 P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p
Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p
Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/40           Desg FWD 4         128.1064 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Root FWD 1         128.1666 P2p


VLAN0034
  Spanning tree enabled protocol ieee
  Root ID    Priority    4096
             Address     0017.df4b.1422
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    4096
             Address     0017.df4b.1422
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Gi9/3            Desg FWD 4         128.1027 P2p
Gi9/27           Desg FWD 4         128.1051 P2p
Gi9/28           Desg FWD 4         128.1052 P2p
Gi9/29           Desg FWD 4         128.1053 P2p
Gi9/30           Desg FWD 4         128.1054 P2p
Gi9/31           Desg FWD 4         128.1055 P2p
Gi9/32           Desg FWD 4         128.1056 P2p
Gi9/33           Desg FWD 4         128.1057 P2p

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------

Gi9/34           Desg FWD 4         128.1058 P2p
Gi9/35           Desg FWD 4         128.1059 P2p
Gi9/36           Desg FWD 4         128.1060 P2p
Gi9/39           Desg FWD 4         128.1063 P2p
Gi9/40           Desg FWD 4         128.1064 P2p
Gi9/41           Desg FWD 4         128.1065 P2p
Gi9/42           Desg FWD 4         128.1066 P2p
Gi9/43           Desg FWD 4         128.1067 P2p
Gi9/44           Desg FWD 4         128.1068 P2p
Gi9/45           Desg FWD 4         128.1069 P2p
Gi9/46           Desg FWD 4         128.1070 P2p
Gi9/47           Desg FWD 4         128.1071 P2p
Gi9/48           Desg FWD 4         128.1072 P2p
Po2              Desg FWD 1         128.1666 P2p
回复

使用道具 举报

发表于 2008-7-21 19:36:45 | 显示全部楼层
看来是都正常啊
接入层交换机于hsrp相连的都画对vlan了吗?
如果对了
就去www.netyourlife.net
那里高手众多
回复

使用道具 举报

您需要登录后才可以回帖 登录 | CSNA会员注册

本版积分规则

快速回复 返回顶部 返回列表