- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2020 07:42 AM
Hi,
I have enabled SNMP in vEdge device; but SNMP query is not working from the NMS. I have tried with snmpwalk/snmpget but no response. SNMP config:
snmp
no shutdown
view v2
oid 1.3.6.1
oid 1.3.6.1.*
!
community read-only
view v2
authorization read-only
!
group v2 auth-priv
view v2
!
user snmp
auth md5
auth-password $8$gWGxXKchTONylD1IAvgkxUunkBiBQ54EtREVDmRUO7E=
priv aes-cfb-128
priv-password $8$UrhE2PeFJd+Bl/OnSwYqR76JKs71PQV3gmqt/0XMZ+w=
group v2
Anything missing?
Thanks
Solved! Go to Solution.
- Labels:
-
SD-WAN vManage
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 09:09 AM
Hi Fakrul,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 08:24 PM
Hello fakrulalam,
Please use following commands for SNMP configuration for vEdge:-
snmp
no shutdown
view v2
oid 1.3.6.1
!
community private
view v2
authorization read-only
!
trap target vpn 0 10.0.1.1 16662
!(please udp port number 16662 for snmp configuration of viptela devices ) (I have targeted vpn 0, however you can target vpn 1 as well as , depends upon your requirements, 10.0.1.1= snmp server address)
group-name Cisco
community-name private
!
trap group test
all
level critical major minor
exit
exit
==========================================================================================
Please mark this post solve and hit on helpful button, if this post has answered your query.
Regards.
Rohit Raj
Rohit Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2020 06:47 PM
If using Transport VPN, be mindful of Implicit ACL applied as part of Transport Interface nature in Cisco SD-WAN fabric.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 12:03 AM
Hi Elesani,
Yes, I am trying VPN 0 (Transport VPN). VPN512 works fine. Is there any option to allow SNMP in the transport interface?
Thanks
Fakrul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 09:09 AM
Hi Fakrul,
