2013年12月17日星期二

Stacking two HWIC-4ESW modules within a cisco 2811 router

I am trying to stack two EHWIC-4ESG  switch modules in my router and I am failing to get inter-VLAN communication on one of my switch ports on the 2nd card.  I have configured two ports as stacking partners and cabled them together with a cat5 cable (not a crossover cable).  I have setup on of the ports on the 2nd HWIC as a access port for vlan 15.  That port is cabled directly to my dell switch and that port is configured as an access port on same vlan. 
interface FastEthernet0/0/0
 no ip address
!
interface FastEthernet0/0/1
 description 14net
 switchport access vlan 14
 no ip address
 duplex full
 speed 100
!
interface FastEthernet0/0/2
 switchport mode trunk
 switchport stacking-partner interface FastEthernet0/1/2
 no ip address
!
interface FastEthernet0/0/3
 description 9net
 switchport access vlan 9
 no ip address
 duplex full
 speed 100
!
interface FastEthernet0/1/0
 switchport access vlan 15
 no ip address
 duplex full
 speed 100
!
interface FastEthernet0/1/1
 no ip address
!
interface FastEthernet0/1/2
 switchport mode trunk
 switchport stacking-partner interface FastEthernet0/0/2
 no ip address
!
interface FastEthernet0/1/3
 no ip address
!
interface Vlan1
 no ip address
!
interface Vlan8
 ip address 192.168.8.2 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
!
interface Vlan9
 ip address 192.168.9.1 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
!
interface Vlan14
 ip address 192.168.14.1 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
!
interface Vlan15
 ip address 192.168.15.1 255.255.255.0
 ip access-group 115 in
 no ip redirects
 no ip unreachables
 no ip proxy-arp
!
no ip forward-protocol nd
no ip http server
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip flow-cache timeout active 1
ip flow-export source FastEthernet0/1
ip flow-export version 5
ip flow-export destination 192.168.6.90 9996
!
ip route 0.0.0.0 0.0.0.0 192.168.2.3
ip route 192.168.46.0 255.255.255.0 192.168.6.5
ip route 192.168.47.0 255.255.255.0 192.168.6.5
!

As each VWIC3-1MFT-T1/E1   is a separate L2 domain you need to configure the VLANs on each HWIC.

没有评论:

发表评论