Hi,
I have a Cisco 1811 router [C181X Software (C181X-ADVIPSERVICESK9-M), Version 12.4(15)T1]
configured with the default VRF and one additional named VRF.
I'm able to get the routing table from the default VRF but not from the named VRF.
I've configured the SNMP settings according to SNMP configuration guide as follows:
ip vrf ELS
rd 68:1
context ELS
snmp-server user ELS1vrf grpELS v2c
snmp-server group grpELS v2c context ELS read viewVRF write viewVRF notify viewVRF
snmp-server view viewVRF ipForward included
snmp-server view viewVRF ciscoPingMIB included
snmp-server community ELS1snmp RW 12
snmp-server community ELS1read RO 12
snmp-server community ELS1vrf RW 12
snmp-server chassis-id RT_C_1
snmp-server enable traps tty
snmp-server context ELS
snmp mib community-map ELS1vrf context ELS target-list ELS
snmp mib target list ELS vrf ELS
The router answers SNMP queries through both ELS1snmp and ELS1read communities which provide data from the default vrf, but not through the ELS1vrf community which should provide data from the ELS vrf...
The OIDs that I'm requesting are 1.3.6.1.2.1.4.24.3 and 1.3.6.1.2.1.4.24.4.1
(I need to know the next hop for a certain network in the vrf routing table)
These OIDs should be supported as of the SNMP config manual.
But anyway the router does not answer to any query from that community and I can't see the fault in my config...
Any idea how to get that routing information out of the vrf?
Thanks
Peter