cancel
Showing results for 
Search instead for 
Did you mean: 

VDX SNMP missing VRF information

VDX SNMP missing VRF information

Mustang
New Contributor

Fetching SNMP information work fine for the default vrf, but no information about any other vrf. I try the following configuration and still have the same issue.

If anyone can help it would be greatly appreciate.

I use the following command to fetch SNMP structure.

snmpwalk -c corpnet2read -v 2c -t 20 172.21.128.11

snmp-server community corpnet2read groupname Corpnet
snmp-server community servnet2read groupname Servnet
snmp-server host 10.2.205.21 servnet2read
use-vrf Servnet
!
snmp-server host 172.21.21.240 servnet2read
use-vrf mgmt-vrf
!
snmp-server host 172.21.21.240 corpnet2read
use-vrf Corpnet
!
snmp-server view All 1 included
snmp-server group Corpnet v2c read All
snmp-server group Servnet v2c read All
snmp-server context Corpnet
vrf-name Corpnet
!
snmp-server context Servnet
vrf-name Servnet
!
snmp-server mib community-map corpnet2read context Corpnet
snmp-server mib community-map servnet2read context Servnet

1 ACCEPTED SOLUTION

Mustang
New Contributor

Problem has being fix, upgrading from 7.4.1e to 7.4.1k resolve the situation.

View solution in original post

1 REPLY 1

Mustang
New Contributor

Problem has being fix, upgrading from 7.4.1e to 7.4.1k resolve the situation.

GTM-P2G8KFN