VOSS (Fabric Engine) VRRP Status SNMP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Monday
Neither Rapidcity MIB
.1.3.6.1.4.1.2272.1.73
Nor VRRP MIB
.1.3.6.1.2.1.68
seem to provide any info.
I have specified the proper snmp context (vrf).
It shows more stuff than GlobalRouter (notably routing table etc. so we know it's the correct vrf) but where is the vrrp info?
.1.3.6.1.4.1.2272.1.73.1.1.2 (rcVrrpOperTable)
or
.1.3.6.1.2.1.68.1.3 (vrrpOperTable)
would be useful.
Notably the Master/Backup state.
Thx
(FE 9.0.4)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10 hours ago
I am going to assume that you are using VRRP v3 as 1.3.6.1.4.1.2272.1.73 does work for v2. For v3 use rcVrrpv3 (1.3.6.1.4.1.2272.1.206)
My trick to finding mibs is to take a wireshark trace of an EDM session and then look through the payload. You will find clues like this:
command=getTableVariables&userId=admin&vrfId=0&varNames=indexNA%2CrcVrrpTmpOperationsPrimaryIpAddr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
7 hours ago
Very nice, thanks.
I've never used EDM ... I thought it was used to manage a single switch. Can you connect to remote ones?
Anyway, I could've sniffed XIQ-SE's session or so, but I'd have had to revert back to unencrypted snmp etc. first...
Well, thanks.
