www.cooperbussmann.com/wirelessresources
Cooper Bussmann 5073E-T Managed Ethernet Switch User Manual
93
Rev Version 1.1
Save Configuration Command
CLI Commands
Level Description
Example
write memory
P
Save user configuration into
permanent memory (flash ROM).
switch>enable
switch#write memory
SFP Monitor Command
CLI Commands
Level Description
Example
show ddm
P
Show temperature alarm information.
switch>enable
switch# show ddm
SNMP Commands
CLI Commands
Level Description
Example
snmp agent-mode
[v1v2c|v3]
G
Select the agent mode of SNMP.
switch>enable
switch#configure
switch(config)#snmp agent-mode
v1v2c
snmp community-strings
[Community]
right
[RO/RW]
G
Add SNMP community string.
switch>enable
switch#configure
switch(config)#snmp community-
strings public right ro
snmp trap server
[IP address]
community
[Community-string]
trap-version
[v1|v2c]
G
Configure SNMP server host
information and community string.
switch>enable
switch#configure
switch(config)#snmp trap server
192.168.1.120 community public trap-
version v2c
snmp v3-user
[UserID]
password
[Authentication Password]
[Privacy Password]
G
Create a SNMPv3 user profile.
switch>enable
switch#configure
switch(config)#snmp v3-user admin
password 123 123
no snmp community-
strings
[Community]
G
Disable SNMP community strings
function.
switch>enable
switch#configure
switch(config)#no snmp community-
strings public
no snmp trap server
[IP Address]
G
Remove SNMP trap setting.
switch>enable
switch#configure
switch(config)#no snmp trap server
192.168.1.120
no snmp v3-user
[UserID]
password
[Authentication Password]
[Privacy Password]
G
Remove SNMPv3 user profile.
switch>enable
switch#configure
switch(config)#no snmp v3-user
admin password 123 123