The network is set up as such:
RB112 <- cat5 -> Cisco 3550 <- Fiber optic -> Cisco 6509 <- fiber optic -> Cisco 3550 <- cat5 -> RB112
I have two VLANs of concern. ID's 200 and 84. 200 is untagged and 84 is tagged.
I have configured the Cisco 3550's as such:
Code: Select all
interface FastEthernet0/24
switchport trunk encapsulation dot1q
switchport trunk native vlan 200
switchport trunk allowed vlan 84,200
switchport mode trunk
no ip address
!
Code: Select all
Vlan Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
VLAN0084 Desg FWD 19 128.24 P2p
VLAN0200 Desg FWD 19 128.24 P2p
Interface configuration on both routers is identical:
Code: Select all
/ interface vlan add name="vlan1" mtu=1500 arp=enabled vlan-id=84 interface=ether1 comment="" disabled=no
/ interface ethernet set ether1 name="ether1" mtu=1500 mac-address=00:0C:42:0B:05:68 arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes cable-settings=default speed=100Mbps comment="" disabled=no
I can only assume that I'm doing something wrong. Any advice appreciated!
Thanks in advance