Groups | Search | Server Info | Login | Register
Groups > comp.dcom.net-management > #71
| Newsgroups | comp.dcom.net-management |
|---|---|
| Date | 2016-08-21 11:15 -0700 |
| References | <a563g0$vvv$07$1@news.t-online.com> |
| Message-ID | <aded2898-5e8f-4e35-b4fe-9bb5b156b19b@googlegroups.com> (permalink) |
| Subject | Re: mac to switchport |
| From | raju.bits1@gmail.com |
On Thursday, 21 February 2002 23:16:28 UTC+5:30, Reinhold Just wrote:
> hi ng,
>
> how or with what (snmp, arp, ?) can i readout the mac address corresponding
> to a switch port (for example:nortel device manager) ?!
>
> --
> Reinhold Just
For Cisco, we need to fetch the CAM table on VLAN Basis if the switch is Cisco using the link http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/13492-cam-snmp.html
But in case of HP Switch, Vlan Tagging is not needed and same OID's will work to fetch the CAM Table.
Incase of Juniper-Ex Switch, the same BRIDGE-MIB oid's wont work and there we can try for Q-BRIDGE-MIB (Working, tested).
The below tutorial explains clearly.
http://networkengineering.stackexchange.com/questions/6070/mac-cam-entries-from-non-cisco-switches-with-q-bridge-mib
Here is My Question:
Now we have 2 Approaches to fetch the CAM table
1. Vlan Based (community@vlan, community-vlan).
2. Direct polling the OID (Either BRIDGE-MIB or QBRIDGE-MIB)
So, Fetching CAM table from the different switches are going to fall above 2 or are there any other ways to get the CAM Table ?
Even a small Help is greatly appreciated.
Back to comp.dcom.net-management | Previous | Next | Find similar
Re: mac to switchport raju.bits1@gmail.com - 2016-08-21 11:15 -0700
csiph-web