Epsilon-12G2 User Manual Revision A.02
www.diamondsystems.com
Page 20
SNMP Trap configuration,
# configure terminal
(config)# snmp-server host Example
(config-snmp-host)# host 166.20.234.20
(config-snmp-host)# exit
(config)# exit
#
7.2.6 Mirroring
For debugging network problems or monitoring network traffic, the switch system can be configured to mirror
frame from multiple ports to a mirror port. Following example depicts Mirror traffic of Port 2 and 3 (Rx) & 4 to 6
(Rx) to Port 1.
# configure terminal
(config)# monitor destination interface GigabitEthernet 1/1
(config)# monitor source interface GigabitEthernet 1/2-3 rx
(config)# monitor source interface GigabitEthernet 1/4-6 tx
7.2.7 Setup QoS
Quality of Service (QoS) refers to the capability of a network to provide better service to selected network traffic
over various technologies, including Frame Relay, Asynchronous Transfer Mode (ATM), Ethernet and 802.1
networks, SONET, and IP-routed networks that may use any or all of these underlying technologies.
Following example shows setting up the QoS, all traffic coming on port 1 is mapped to QoS class (CoS) 2 and
PCP is set as 1.
# configure terminal
(config)# interface GigabitEthernet 1/1
(config-if)# qos cos 2
(config-if)# qos pcp 1
(config-if)# end
7.2.8 Factory defaults
User can reset the configuration of the switch by below command. Only the IP configuration is retained.
# reload defaults
#