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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nortel 8100 1

Status
Not open for further replies.

CITRUS

Technical User
Jun 9, 2004
4
0
0
AU
HI all,

Does anyone know the command for Retrieving MAC address's (or ip address') from all the PORTS on the 8100 switch?..
one of the bean counters here would like to know what is plugged in where.. and thanks to whoever cabled this mess, forgot to label everything ... anyone want my job?

A little help please :)
8100
Version 2.0
 
I'm not sure about the 8100, but on the 8600 its:
show vlan info fdb-entry X
Where X=the VLAN number.

Alternately if you like using SNMP the information is under the dot1dTpFdbEntry MIB, using Net-SNMP to do a walk of .1.3.6.1.2.1.17.4.3.1 would get you the same information. I wrote a script once to do the hard work of organizing everything, let me know if you're interested.
 
Anthony,

It seems like you've got a script for something very similar to what I'm working on, but I'm developing for 450s and 470s...think I could take a look at your script?
 
i am not too sure about the 8100, but on our 8600's I turn on file capture, do a show tech and search the MAC addresses in the text file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top