config stp forwarddelay <VALUE>
Example:
config stp forwarddelay 15
8.
Enable BPDU Forwarding
config stp forward_bpdu state <STATE>
Example:
config stp forward_bpdu state enable
5.4.3.5 Configuring SNMP
1. Enable SNMP
config snmp state <STATE>
Example:
config snmp state enable
2. IP address of the server (for SNMP Traps)
config snmp host <IP>
Example:
config snmp host 192.168.0.1
3. Read Community string
config snmp read_community <STRING>
Example:
config snmp read_community public
4.Write Community string
config snmp write_community <STRING>
Example:
config snmp write_community private
5. Protocol version (SNMPv1 and SNMPv3 are supported)
config snmp version <VALUE>
where <VALUE> is:
1, 3
Example:
config snmp version 1
6. Security Level for SNMP v3
config snmp level <VALUE>
where <VALUE> is:
0 – NoAuth, NoPriv
1 – Auth, NoPriv
2 – Auth, Priv
Example:
config snmp level 2
7. User name for SNMP v3
config snmp user_name <STRING>
Example:
config snmp user_name administrator
8. Auth Password for SNMP v3 (required is the selected security level is
Auth,NoPriv or Auth,Priv)
config snmp auth_pass <STRING>
Example:
config snmp auth_pass test