Hello,
I have two Cisco 2621 routers. Each router has two Fast Ethernet interfaces as well as one WIC-1T serial adapter. The routers are connected directly to one another by means of a serial cable between their WIC-1Ts. I want to configure both routers, connected by the serial link, to function as a single transparent bridge between two Fast Ethernet networks. I realize this seems somewhat silly - the purpose is a test lab scenario in which equipment is limited and I need to test the performance of a connection made over this serial link (a type of rudimentary WAN simulation).
I have read the Cisco documentation and have been able to set up bridging in the following ways:
1. Simple bridging between FastEthernet0/0 and FastEthernet0/1 on the same router.
2. Bridging between the FastEthernet0/0 interfaces across both routers, with the routers connected by their FastEthernet0/1 interfaces rather than by the serial cable.
However, when I remove the Ethernet link between the two routers and replace it with the serial link, the bridge no longer works. This serial link is known to work; I have personally used it in another configuration (not involving bridging).
Here's how I've tried configuring both routers so far:
Interface FastEthernet0/0:
ip address 192.168.1.200 255.255.255.0
bridge-group 1
Interface Serial0/0:
ip address 192.168.1.200 255.255.255.0 (have also tried no ip address)
bridge-group 1
encapsulation ppp
Global:
no ip routing
bridge 1 protocol ieee
And, no luck. I really don't have the background in dealing with much other than Ethernet, so I'm at a loss as to what to try with these serial interfaces. Can anyone help?
Thanks,
Josh Freeman
I have two Cisco 2621 routers. Each router has two Fast Ethernet interfaces as well as one WIC-1T serial adapter. The routers are connected directly to one another by means of a serial cable between their WIC-1Ts. I want to configure both routers, connected by the serial link, to function as a single transparent bridge between two Fast Ethernet networks. I realize this seems somewhat silly - the purpose is a test lab scenario in which equipment is limited and I need to test the performance of a connection made over this serial link (a type of rudimentary WAN simulation).
I have read the Cisco documentation and have been able to set up bridging in the following ways:
1. Simple bridging between FastEthernet0/0 and FastEthernet0/1 on the same router.
2. Bridging between the FastEthernet0/0 interfaces across both routers, with the routers connected by their FastEthernet0/1 interfaces rather than by the serial cable.
However, when I remove the Ethernet link between the two routers and replace it with the serial link, the bridge no longer works. This serial link is known to work; I have personally used it in another configuration (not involving bridging).
Here's how I've tried configuring both routers so far:
Interface FastEthernet0/0:
ip address 192.168.1.200 255.255.255.0
bridge-group 1
Interface Serial0/0:
ip address 192.168.1.200 255.255.255.0 (have also tried no ip address)
bridge-group 1
encapsulation ppp
Global:
no ip routing
bridge 1 protocol ieee
And, no luck. I really don't have the background in dealing with much other than Ethernet, so I'm at a loss as to what to try with these serial interfaces. Can anyone help?
Thanks,
Josh Freeman