Integrated Secure Gateway(ISG) display syntax error: unknown argument when backup/restore operation.
How to restore SNMP related setting from output of "show running-config" ?
This is top of SNMP config in show running-config output.
SNMP-COMMUNITY-MIB snmpCommunityTable snmpCommunityEntry BROADCOM
snmpCommunityName BROADCOM
snmpCommunitySecurityName BROADCOM
snmpCommunityContextEngineID XX:00:0d:XX:03:XX:fe:XX:66:XX:XX
snmpCommunityContextName ""
snmpCommunityTransportTag ""
snmpCommunityStorageType permanent
localhost(config)# SNMP-COMMUNITY-MIB snmpCommunityTable snmpCommunityEntry BROADCOM
-------------------^
syntax error: unknown argument
Release : ISG v2.4
The show running-config of SNMP setting part are not a command line type.
So it will display syntax error: unknown argument.
To restore SNMP setting to new or factory reset ISG device you need create command line data.
The command line operation same as Reporter please reference this KB article.
This is very simple config allow SNMP get from SNMP manager.
ISG# config
ISG(config)#
ISG(config)#
ISG(config)# snmp agent enabled
ISG(config)# snmp agent version v2c
ISG(config)# snmp community BROADCOM
ISG(config-community-BROADCOM)#
ISG(config-community-BROADCOM)# snmp vacm view isg subtree 1.3 included
ISG(config-community-BROADCOM)# snmp vacm group BROADCOM member BROADCOM sec-model v2c
ISG(config-community-BROADCOM)# snmp vacm group BROADCOM access v2c no-auth-no-priv read-view isg
ISG(config-community-BROADCOM)#
ISG(config-community-BROADCOM)# exit