Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passive interfaces?

Status
Not open for further replies.

NetworkGuy101

IS-IT--Management
Joined
Aug 13, 2002
Messages
482
Location
US
Is there a way to make the router to act like a hub and just pass data through without any routing or configuration?
I have 2 microwave modules and Id rather do this than add more subnets.
 
Sure, you could do bridging on the interfaces.. You use a command under the interfaces called "bridge-group (group number)" Check that command out, there are alot more commands possible with that...


BuckWeet
 
I have tried bridge group but i believe I may be doing it wrong. Any ideas?
 
Make sure you have the global command:

bridge {bridge-group} protocol ieee

The IEEE 802.1D Spanning-Tree Protocol is the preferred way of running the bridge.

More info here:

If it still doesn't work then check here:
Todd VanDerwerken, CCNA, CCDA
Technical Consultant
 
Ok Lets Says I wanted to use Ethernet port 0 and 1 on both routers like this


e0--e1 <-----Microwave Shot-----> e1--e0

How would I do the bridge config using a class C address scheme of 199.220.167.0? I want both E0 interfaces to be on the same subnet and same networking scheme like 199.220.167.0 255.255.255.240. Would that cause problems as long as the host IP addresses were different?
 
It should work, although I have never done it. Make sure you have all interface's in the same bridge group and verify that the microwave will pass BPDU's and like I said it &quot;should&quot; work. Todd VanDerwerken, CCNA, CCDA
Technical Consultant
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top