- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-24-2025 10:49 AM
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)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-26-2025 06:36 AM
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
‎03-27-2025 05:56 AM
EDM is indeed just used for single switch management. I am a CLI guy so pretty much the only time I use it is when I am trying to run down a MIB. I generally run it against a GNS3 VOSS image so I can disable HTTPS and sniff the HTTP connection.
