Is there an OID to check mlag peer?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-04-2017 08:57 PM
I am trying to write a script to audit Extreme switches and their mlag peers. So, my question is, is there a SNMP OID to check mlag peer and port?
Thanks
Damon
Thanks
Damon
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-05-2017 12:25 PM
FYI: the ISC VLAN is always tagged, but the number can be chosen freely. It is a best practice to determine one VLAN ID to use for every ISC VLAN in an organization, thus you are always seeing the same number.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-05-2017 10:10 AM
I'm guessing your script is going to compare the two mlag peer configurations to make sure they match and are correct.
We have a script that will check one MLAG peer (below). If you get done with your script and would like to share it we would love that!
https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/mlag_config_check
We have a script that will check one MLAG peer (below). If you get done with your script and would like to share it we would love that!
https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/mlag_config_check
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-05-2017 01:38 AM
Hi Damon,
The master tree for other MLAG related information is 1.3.6.1.4.1.1916.1.41 where there are several OIDs for MLAG related parameters.
To get more specific -
1.3.6.1.4.1.1916.1.41.1.1.1.1 - The name of the MLAG Peer switch.
1.3.6.1.4.1.1916.1.41.1.2 - MLAG port table - This can give unique information about port ID, link status, etc.
Hope this helps!
The master tree for other MLAG related information is 1.3.6.1.4.1.1916.1.41 where there are several OIDs for MLAG related parameters.
To get more specific -
1.3.6.1.4.1.1916.1.41.1.1.1.1 - The name of the MLAG Peer switch.
1.3.6.1.4.1.1916.1.41.1.2 - MLAG port table - This can give unique information about port ID, link status, etc.
Hope this helps!
