CLI Reference Guide SNMP Configuration Commands
no snmp-server chassis-id
Text of the system sequential number, numerals or characters.
The default sequence number is 60FF60.
Global configuration mode.
The SNMP system sequence number is generally the sequence number of the machine to facilitate
the device identification. The sequence number can be viewed through the show snmp command.
The example below specifies the SNMP system sequence number as 123456:
Ruijie(config)# snmp-server chassis-id 123456
Show the SNMP information.
snmp-server community
Use this command to specify the SNMP community access string in global configuration mode. The no
format of the command cancels the SNMP community access string.
snmp-server community [ 0 | 7 ] string [ view view-name ] [ [ ro | rw ] [ host ipaddr ] [ ipv6
ipv6-aclname ] [ aclnum ] [ aclname ]
no snmp-server community [ 0 | 7 ] string
It indicates that the entered community string is in plaintext.
It indicates that the entered community string is in ciphertext.
Community string, which is equivalent to the communication
password between the NMS and the SNMP agent
Name of the view used for management
Indicate that the NMS can only read the variables of the MIB.
Indicate that the NMS can read and write the variables of the
MIB.
Sequence number of the ACL, which specifies the IPV4
address range of the NMS that are permitted to access the
MIB.