cancel
Showing results for 
Search instead for 
Did you mean: 

Is there an OID to check mlag peer?

Is there an OID to check mlag peer?

Marvell_Kay
New Contributor II
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
12 REPLIES 12

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.

StephenW
Extreme Employee
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

Sushruth_Sathya
Extreme Employee
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!

GTM-P2G8KFN