User manual

84 www.cooperbussmann.com/wirelessresources
Cooper Bussmann 2080E-T Managed Ethernet Switch User Manual
Rev Version 1.0
CLI Commands Level Description Example
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
SNTP Commands
CLI Commands Level Description Example
sntp enable G Enable the SNTP function. switch>enable
switch#configure
switch(config)#sntp enable
sntp ip
[IP]
G Set the SNTP server IP address.
Ifthe SNTP function is inactive, this
command cannot be applied.
switch>enable
switch#configure
switch(config)#sntp ip 192.168.1.1
sntp timezone
[Timezone] Format: [163]
G Set timezone index, use “show sntp
timzezone” command to get more
information about the index number.
switch>enable
switch#configure
switch(config)#sntp timezone 22
sntp daylight G Enable daylight saving time. If
the SNTP function is inactive, this
command cannot be applied.
switch>enable
switch#configure
switch(config)#sntp daylight
sntp daylight-period
[Start time]
[End time]
Forrmat:
[yyyymmdd-hh:mm]
G Set period of daylight saving time.
If SNTP function is inactive, this
command cannot be applied.
Parameter format:
[yyyymmdd-hh:mm]
switch>enable
switch#configure
switch(config)#sntp daylight-period
20120808-01:01 20120809-01:01