Example use of commands
Add TACACS server located in the network node with IP address 192.168.16.34, server
response timeout—4 seconds, secret key for data exchange with the server—secret, IP
address of a switch used for data exchange with this server—192.168.16.38, server priority—
8.
console# configure
console(config)# tacacs-server host 192.168.16.34 timeout 4 key secret
source 192.168.16.38 priority 8
5.18.4 Simple network management protocol (SNMP)
SNMP provides monitoring and management of network devices and applications through the the
control information exchange between agents, located on the network devices, and managers, located on
management stations. SNMP defines the network as a collection of network management stations and
network elements (hosts, gateways and routers, terminal servers) that enables management
communications between the network management stations and the network agents.
MES3000 series switches allow to configure SNMP operation for device remote monitoring and
management tasks. Device supports SNMPv1, SNMPv2, SNMPv3 versions.
Global configuration mode commands
Command line request in global configuration mode appears as follows:
console(config)#
Table 5.153 —Global configuration mode commands
Change the display type of LAG interface and VLAN, stored in ifType
field in ifTable table;
Using system iftypes iana-new command:
- if Type value for Port-Channel in ifTable displays as
ieee8023adLag;
-if Type value for VLAN in ifTable displays as l2vlan;
Using system iftypes default command:
-if Type value for Port-Channel in ifTable displays as
ethernetCsmacd;
-if Type value for VLAN in ifTable displays as propVirtual.
Saving configuration and reboot are required to accept the
changes