1-19
# Create an SNMP MIB view with the name of view-a, MIB subtree of 1.3.6.1.5.4.3.4 and subtree mask
of FE. MIB nodes with the OID of 1.3.6.1.5.4.3.x are included in this view, with x indicating any integer
number.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] snmp-agent mib-view included view-a 1.3.6.1.5.4.3.4 mask FE
snmp-agent packet max-size
Syntax
snmp-agent packet max-size byte-count
undo snmp-agent packet max-size
View
System view
Parameters
byte-count: Maximum SNMP packet size (in bytes) to be set, ranging from 484 to 17,940.
Description
Use the snmp-agent packet max-size command to set the maximum SNMP packet size allowed by an
agent.
Use undo snmp-agent packet max-size command to restore the default maximum SNMP packet
size.
The configuration of the maximum SNMP packet size is to prevent giant packets being discarded due to
existence of devices not supporting fragmentation on a routing path. Typically, the maximum size of a
packet can keep the default value of 1500 bytes.
By default, the maximum SNMP packet size allowed by an agent is 1,500 bytes.
Examples
# Set the maximum SNMP packet size allowed by the agent to 1,042 bytes.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] snmp-agent packet max-size 1042
snmp-agent sys-info
Syntax
snmp-agent sys-info { contact sys-contact | location sys-location | version { { v1 | v2c | v3 }* | all } }
undo snmp-agent sys-info { contact [ location ] | location [contact ] | version { { v1 | v2c | v3 }*
|all } }
View
System view