VLAN Configuration when attached to Cisco
Posted: Fri Oct 10, 2008 11:23 pm
I'm trying to do some vlaning, but my two ROS boards are not communicating.
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:
I have verified that both vlans are being broadcast on the port:
Both RB112 boards are running ROS 2.9.45
Interface configuration on both routers is identical:
With IP addresses in the same subnet assigned to interface "vlan1" on both RB112 boards, neither router can ping the other. IP addresses in the same subnet assigned to ether1 work normally.
I can only assume that I'm doing something wrong. Any advice appreciated!
Thanks in advance
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