Tag: Cisco IOS

  • Configuring SNMPv3

    This uses V3 with AUTHPRIV. ! Create ACL to restrict inbound SNMP requests to a host IP of 10.50.50.1 ip access-list standard SECURE_SNMP permit host 10.50.50.1 ! Create SNMP Group snmp-server group GROUP-NMS01 v3 priv ! Create SNMP User and apply ACL snmp-server user USER-NMS01 GROUP-NMS01 v3 auth md5 AUTHPASS1 priv aes 128 PRIVPASS1 access…