|
Posted by on May 21, 2006, 12:21 am
If you were Registered and logged in, you could reply and use other advanced thread options
Hello!
I have searched the forums and have found nothing for this situation.
I have a single Cisco 3640 router, a pair of Cisco switches and a pair
of firewalls. The firewalls are on a switch each and are running vrrp.
The switches are connected to my distribution layer. The problem I am
having is with the router configuration. I am trying to get the most
fault tolerant setup possible out of my current hardware. Is it
possible to have 2 ethernet interfaces act as one in the same? I
looked at Integrated and Concurrent routing a bridging and that seemed
to do the trick. Unfortunately, when I pulled one of the ethernet
ports to test the setup, the BVI interface went down. What am I
missing?
Thanks,
Bill
bridge irb
bridge 1 protocol ieee
bridge 1 route ip
bridge 1 bridge ip
!
interface FastEthernet3/0
description Primary Internet Connection 1
no ip address
duplex auto
speed auto
bridge-group 1
!
interface FastEthernet3/1
description Primary Internet Connection 2
no ip address
duplex auto
speed auto
bridge-group 1
!
interface bvi 1
description Primary Internet
mac-address 0204.0600.02E3
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
ip access-group 105 out
no ip redirects
no ip proxy-arp
ip accounting access-violations
|
|
Posted by Merv on May 21, 2006, 4:38 am
If you were Registered and logged in, you could reply and use other advanced thread options
What are the make and model of the distribution switches, what OSes and
how are they interconected?
|
|
Posted by Merv on May 21, 2006, 4:57 am
If you were Registered and logged in, you could reply and use other advanced thread options also can you repeat the test and post the logging buffer
sh ip int brief
sh int
sh bridge
sh spanning
conf t
logging buffer 10000 debugging
no logging console
exit
wri mem
! pull one of the Ethernet cables
sh ip int brief
sh int
sh bridge
sh spanning
|
| Similar Threads | Posted | | ASA 5510 and Interface Redundancy | November 12, 2008, 12:59 pm |
| 6500 - Default routed VLAN interface behaviour | January 20, 2006, 4:00 am |
| NAT & routed at the same time, on an 837 | December 1, 2004, 11:29 am |
| routed interfaces | April 20, 2007, 2:35 am |
| Routed port mode | December 3, 2004, 1:58 pm |
| ntp requests routed wrong | December 21, 2005, 12:36 pm |
| Swiched vs routed Ethernet | January 4, 2006, 1:32 pm |
| is mac address changed when being routed? | August 26, 2006, 9:37 pm |
| routed port and SVI difference | March 30, 2007, 4:51 am |
| VLAN across a routed connection? | September 15, 2007, 3:13 am |
|
|