s3950 4t12s Switch Configuration Guide
s3950 4t12s Switch Configuration Guide
Configuration Guide
Model: S3950-4T12S
CONFIGURATION GUIDE
S3950-4T12S SWITCH CONFIGURATION GUIDE
Contents
Chapter 1 Preface...............................................................................................................................................................1
1.1 Declaration...................................................................................................................................................................................................1
1.2 Audience.......................................................................................................................................................................................................1
www.fs.com I
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com II
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com III
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com IV
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com V
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com VI
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com VII
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com VIII
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com IX
S3950-4T12S SWITCH CONFIGURATION GUIDE
Chapter 1 Preface
1.1 Declaration
This document updates at irregular intervals because of product upgrade or other reason.
1.2 Audience
www.fs.com 1
S3950-4T12S SWITCH CONFIGURATION GUIDE
2.1.1 Overview
Function Introduction
Banner function is used for configuring messages on the devices. User can specify any messages to notify other users. Improper
operations might cause critical situation such as service interrupt, in this case, a notification in advance is necessary. (E.g. to notify users
“Don’t reboot”)
MOTD(message-of-the-day). Messages will display on the terminal when user connect to the device.
login banner. Messages will display on the terminal when user login to the device. “Login mode” is required for displaying this
message. Please reference the section of “Configuring User Management”.
exec banner. Messages will display on the terminal when user enter the EXEC mode.
Principle Description
2.1.2 Configuration
User can create a notification (one line or multiple lines) to display on all connected terminals. In the following example, the delimiting
character is #. All characters between two delimiting characters will display on the terminals when user connect the device.
The message length is at most 99 lines with 1023 character in each line.
Switch(config)# banner motd # This is a switch #
Switch(config)# exit
step 4 Validation
User can create a notification (one line or multiple lines) to display on all connected terminals. “Login mode” is required for displaying this
message. Please reference the section of “Configuring User Management”.
www.fs.com 2
S3950-4T12S SWITCH CONFIGURATION GUIDE
In the following example, the delimiting character is #. All characters between two delimiting characters will display on the terminals
when user connect the device.
The message length is at most 99 lines with 1023 character in each line.
banner login # admin login #
Switch(config)# exit
step 4 Validation
User can create a notification (one line or multiple lines) to display on all connected terminals. In the following example, the delimiting
character is #. All characters between two delimiting characters will display on the terminals when user enter the EXEC mode.
The message length is at most 99 lines with 1023 character in each line.
Switch(config)# banner exec # do not reboot! #
Switch(config)# exit
step 4 Validation
Set the MOTD message as “This is a switch of some area/department”, user can see this message when connect to the device. If the user
needs to operate a switch of another department, he can realize that he connected to a wrong device and stop misoperation.
Configuration steps
Configuration files
www.fs.com 3
S3950-4T12S SWITCH CONFIGURATION GUIDE
2.2.1 Overview
Function Introduction
User management increases the security of the system by keeping the unauthorized users from guessing the password. The user is limited
to a specific number of attempts to successfully log in to the switch.
In “no login” mode, anyone can load the switch without authentication.
In “login local” mode, if you want to load the switch you need to have a user account. Local user authentication uses local user
accounts and passwords that you create to validate the login attempts of local users. Each switch has a maximum of 32 local user
accounts. Before you can enable local user authentication, you must define at least one local user account. You can set up local user
accounts by creating a unique username and password combination for each local user. Each username must be fewer than 32
characters. You can configure each local user account with a privilege level; the valid privilege levels are 1 or 4. Once a local user is
logged in, only the commands those are available for that privilege level can be displayed.
There is only one user can enter the configure mode at the same time.
Principle Description
N/A
2.2.2 Configuration
step 3 Enter the configure mode and set user management mode
Switch(config)# exit
step 5 Validation
After the above setting, login the switch will need a username and password, and user can login with the username and password created
before. This is a sample output of the login prompt.
Username:
Username: testname
Password:
Authentication succeed:
www.fs.com 4
S3950-4T12S SWITCH CONFIGURATION GUIDE
Password:
Switch#
Switch(config)# exit
step 4 Validation
After the above setting, login the switch will need the line password, and user can login with the password created before. This is a sample
output of the login prompt.
Password:
Step 1 Power on the system. Boot loader will start to run. The follow information will be printed on Console.
CPU: MPC8247 (HiP7 Rev 14, Mask 1.0 1K50M) at 350 MHz
Board: 8247 (PCI Agent Mode)
I2C: ready
DRAM: 256 MB
In: serial
Out: serial
Err: serial
Net: FCC1 ETHERNET, FCC2 ETHERNET [PRIME]
Press ctrl+b to stop autoboot: 3
Bootrom#
Bootrom# boot_flash_nopass
Bootrom# Do you want to revert to the default config file ? [Y|N|E]:
Recovering the password may lead configuration lost or service interrupted; we strongly recommend that user should remember the
username and password.
N/A
www.fs.com 5
S3950-4T12S SWITCH CONFIGURATION GUIDE
2.3.1 Overview
Function Introduction
You can download a switch configuration file from an FTP server or upload the file from the switch to an FTP server. You download a
switch configuration file from a server to upgrade the switch configuration. You can overwrite the current startup configuration file with
the new one. You upload a switch configuration file to a server for backup purposes. You can use this uploaded configuration for future
downloads to the switch or another switch of the same type.
Principle Description
N/A
2.3.2 Configuration
You can copy configurations files to or from an FTP server. The FTP protocol requires a client to send a remote username and password on
each FTP request to a server.
Before you begin downloading or uploading a configuration file by using FTP, do these tasks:
Ensure that the switch has a route to the FTP server. The switch and the FTP server must be in the same network if you do not have a
router to route traffic between subnets. Check connectivity to the FTP server by using the ping command.
If you are accessing the switch through the console or a Telnet session and you do not have a valid username, make sure that the
current FTP username is the one that you want to use for the FTP download.
When you upload a configuration file to the FTP server, it must be properly configured to accept the write request from the user on
the switch.
For more information, see the documentation for your FTP server.
Switch(config)# exit
step 5 Validation
www.fs.com 6
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# exit
N/A
2.4.1 Overview
Function Introduction
You can download a switch configuration file from a TFTP server or upload the file from the switch to a TFTP server. You download a switch
configuration file from a server to upgrade the switch configuration. You can overwrite the current file with the new one. You upload a
switch configuration file to a server for backup purposes; this uploaded file can be used for future downloads to the same or another
switch of the same type.
Principle Description
N/A
2.4.2 Configuration
Before you begin downloading or uploading a configuration file by using TFTP, do these tasks:
Ensure that the workstation acting as the TFTP server is properly configured.
Ensure that the switch has a route to the TFTP server. The switch and the TFTP server must be in the same network if you do not have a
router to route traffic between subnets. Check connectivity to the TFTP server by using the ping command.
Ensure that the configuration to be downloaded is in the correct directory on the TFTP server.
For download operations, ensure that the permissions on the file are set correctly.
During upload operations, if you are overwriting an existing file (including an empty file, if you had to create one) on the server, ensure
that the permissions on the file are set correctly.
www.fs.com 7
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
2.5.1 Overview
Function Introduction
SCP, which is short for secure copy, is a part of SSH protocol. It is a remote copy technology which is based on SSH protocol. User can
download a switch configuration file from a SCP server or upload the file from the switch to a SCP server. User can download a switch
configuration file from a server to upgrade the switch configuration and overwrite the current file with the new one. User can upload a
switch configuration file to a server for backup purposes; this uploaded file can be used for future downloads to the same or another
switch of the same type.
Principle Description
N/A
2.5.2 Configuration
Before you begin downloading or uploading a configuration file by using SCP, do these tasks:
Ensure that the workstation acting as the SCP server is properly configured.
Ensure that the switch has a route to the SCP server. The switch and the SCP server must be in the same network if you do not have a
router to route traffic between subnets. Check connectivity to the SCP server by using the ping command.
Ensure that the configuration to be downloaded is in the correct directory on the SCP server.
For download operations, ensure that the permissions on the file are set correctly.
During upload operations, if you are overwriting an existing file (including an empty file, if you had to create one) on the server, ensure
that the permissions on the file are set correctly.
www.fs.com 8
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
2.6.1 Overview
Function Introduction
Telnet is a network protocol used on the Internet or local area networks to provide a bidirectional interactive text-oriented
communications facility using a virtual terminal connection. User data is interspersed in-band with Telnet control information in an 8-bit
byte oriented data connection over the Transmission Control Protocol (TCP). Telnet was developed in 1969 beginning with RFC 15,
extended in RFC 854, and standardized as Internet Engineering Task Force (IETF) Internet Standard STD 8, one of the first Internet
standards. Historically, Telnet provided access to a command-line interface (usually, of an operating system) on a remote host. Most
network equipment and operating systems with a TCP/IP stack support a Telnet service for remote configuration (including systems based
on Windows NT). Because of security issues with Telnet, its use for this purpose has waned in favor of SSH.
Principle Description
N/A
2.6.2 Configuration
www.fs.com 9
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# exit
N/A
2.7.1 Overview
Function Introduction
The Secure Shell (SSH) is a protocol that provides a secure, remote connection to a device. SSH provides more security for remote
connections than Telnet does by providing strong encryption when a device is authenticated. SSH supports the Data Encryption Standard
(DES) encryption algorithm, the Triple DES (3DES) encryption algorithm, and password-based user authentication. The SSH feature has an
SSH server and an SSH integrated client, which are applications that run on the switch. You can use an SSH client to connect to a switch
running the SSH server. The SSH server works with the SSH client supported in this release and with SSH clients. The SSH client also works
with the SSH server supported in this release and with SSH servers.
Principle Description
N/A
2.7.2 Configuration
www.fs.com 10
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Create a private key named a.pri with key a and save it to flash
step 4 Create a private key named a.pub with key a and save it to flash
Switch(config)# exit
Switch(config)# exit
N/A
2.8.1 Overview
Function Introduction
If no other source of time is available, you can manually configure the time and date after the system is restarted. The time remains
accurate until the next system restart. We recommend that you use manual configuration only as a last resort. If you have an outside
source to which the switch can synchronize, you do not need to manually set the system clock.
Principle Description
N/A
www.fs.com 11
S3950-4T12S SWITCH CONFIGURATION GUIDE
2.8.2 Configuration
Switch(config)# exit
step 4 Validation
Use the following command to display the information of time and date:
N/A
2.9.1 Overview
Function Introduction
RPC API service allows user to configure and monitor the switch system through Remote Procedure Calls (RPC) from your program.
The service currently supports JSON-RPC over HTTP protocol together with HTTP Basic authentication.
Principle Description
RPC API service uses standard JSON-RPC over HTTP protocol to communicate the switch and your program. User may issue switch CLI
commands through JSON-RPC method: ‘executeCmds’. By default, the CLI mode is in privileged EXEC mode (#).
User could send JSON-RPC request via an HTTP POST request to URL: http://:/command-api. The detailed JSON-RPC request and response
are show below:
JSON-RPC Request
{
"params":[ Parameters for command
{
"format":"text", Expected response format, can be ‘text’
text’ or ‘json’
json’,
the default format is ‘text’
text’
"version":1, The API version
"cmds":[ List of CLI commands
"show run", CLI command 1
"config t", CLI command 2
"vlan database", CLI command 3
"vlan 1-8", CLI command 4
"interface eth-0-1", CLI command 5
"switchport mode trunk", CLI command 6
"switchport trunk allowed vlan add 2", CLI command 7
"shutdown", CLI command 8
"end", CLI command 9
www.fs.com 12
S3950-4T12S SWITCH CONFIGURATION GUIDE
JSON-RPC Response
{
"jsonrpc":"2.0", JSON RPC protocol version. Always 2.0.
"id":"70853aff-af77-420e-8f3c-fa9430733a19", JSON RPC unique identifier
"result":[ Result list of objects from each CLI command executed.
{
"sourceDetails":"version 5.1.6.fcs\n!\n …", Output information of CLI Command 1.
The Original ASCII output information returned from CLI command if this command is successfully executed.
"errorCode":-1003, Error code if it is available.
"errorDesc":"unsupported command…
command…", Error description if it is available.
"warnings":"% Invalid…
Invalid…", Warnings if it is available.
Formatted JSON object will also be returned if it is available.
},
{ }, Output information of CLI Command 2.
{ }, Output information of CLI Command 3.
{ }, Output information of CLI Command 4.
{ }, Output information of CLI Command 5.
{ }, Output information of CLI Command 6.
{ }, Output information of CLI Command 7.
{ }, Output information of CLI Command 8.
{ }, Output information of CLI Command 9.
{
"sourceDetails":" Interface name : eth-0-1\n Switchport mode : trunk\n …\n"
} Output information of CLI Command 10.
]
}
import pyjsonrpc
import json
http_client = pyjsonrpc.HttpClient(
url = "http://10.10.39.64:80/command-api",
username = "username",
password = "password"
)
cmds = {}
cmd_list = ["show run", "config t", "vlan database", "vlan 1-8", "interface eth-0-1", "switchport mode trunk", "switchport trunk allowed vlan
add 2", "shutdown", "end", "show interface switchport"]
cmds['cmds'] = cmd_list
cmds['format'] = 'text'
cmds['version'] = 1
try:
response = http_client.call("executeCmds", cmds)
print("json response:");
json_result = json.dumps(response, indent=4)
print(json_result)
except Exception, e:
if e.code == 401:
print "Unauthorized user"
else:
print e.message
print e.data
www.fs.com 13
S3950-4T12S SWITCH CONFIGURATION GUIDE
Error code
-2002 JSON RPC API Error: must specify ‘params’ with ‘cmds’
in JSON RPC
2.9.2 Configuration
User could enable the RPC API service by the following steps.
www.fs.com 14
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
User could configure the HTTP authentication mode of RPC API service.
Currently, only HTTP Basic authentication is supported. User will receive status code: 401 (Unauthorized access) if user provides invalid
user name or password.
Step 2 Set the username and password, then enable the rpc-api authentication
NOTE: HTTP authentication settings of RPC API service will take effect after you restart this service or reboot the system.
Switch(config)# end
step 4 Validation
N/A
www.fs.com 15
S3950-4T12S SWITCH CONFIGURATION GUIDE
3.1.1 Overview
Function Introduction
When the interface is configured as “no shutdown”, it can work normally after cable is connected. When the interface is configured as
“shutdown”, no matter the cable is connected or not, the interface can not work.
If the device supports combo ports, user can choose to enable copper or fiber mode. The two modes of one port can not work together at
same time. The configuration of speed or duplex at combo ports cannot be effective when combo port is working at fiber mode.
The rule of physical port name is as following: interface name format is eth-[slot]-[port]; [slot] is 0 for single pizza-box switch; when
stacking is enabled, the [slot] number is according to the configuration. The [port] number is begin with 1, and increase from up to down,
from left to right. The following figure shows the interface name of the device:
NOTE: To get more information about the interface type and number, please reference to the product spec.
Principle Description
N/A
3.1.2 Configuration
Switch(config-if)# end
step 5 Validation
www.fs.com 16
S3950-4T12S SWITCH CONFIGURATION GUIDE
------------------------------------------------------------
eth-0-1 up a-full a-1000 access 1000BASE_T
eth-0-2 admin down auto auto access 1000BASE_T
step 2 Enter the interface configure mode and set the speed
Switch(config-if)# end
step 4 Validation
full mode: the interface can transmit and receive packets at same time.
half mode: the interface can transmit or receive packets at same time.
auto mode: the interface should negotiate with the other side to decide the duplex mode.
User can choose proper duplex mode according to the network state.
step 2 Enter the interface configure mode and set the duplex
www.fs.com 17
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 4 Validation
N/A
3.2.1 Overview
Function Introduction
VLAN interfaces: Logical interface with layer3 features. Connect different VLANs via IP address on the VLAN interface. VLAN
interfaces can be created and deleted.
Routed Ports: Ports are physical ports configured to be in Layer 3 mode by using the no switchport in interface configuration
command.
Layer 3 Link Aggregation Ports: Link Aggregation interfaces made up of routed ports.
A Layer 3 switch can have an IP address assigned to each routed port and VLAN interface. All Layer 3 interfaces require an IP address
to route traffic. This section shows how to configure an interface as a Layer 3 interface and how to assign an IP address to an
interface.
Principle Description
N/A
3.2.2 Configuration
www.fs.com 18
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-if)# end
step 4 Validation
Use the following command to display the brief status of the interfaces:
This chapter describes configuring VLAN interfaces and using them. Several Virtual LAN (VLAN) interfaces can be configured on a single
Ethernet interface. Once created, a VLAN interface functions the same as any physical interface, and it can be configured and displayed
like any physical interface. Routing protocols, such as, RIP, OSPF and BGP can run across networks using VLAN interfaces.
step 3 Enter the interface configure mode and set switch port attributes
step 4 Enter the vlan interface configure mode and set IP address
Switch(config-if)# end
step 6 Validation
Use the following command to display the brief status of the interfaces:
www.fs.com 19
S3950-4T12S SWITCH CONFIGURATION GUIDE
Interface vlan10
Interface current state: UP
Internet address(es):
2.2.2.2/24 broadcast 2.2.2.255
Joined group address(es):
224.0.0.1
The maximum transmit unit is 1500 bytes
ICMP error messages limited to one every 1000 milliseconds
ICMP redirects are always sent
ICMP redirects are always sent
ICMP unreachables are always sent
ICMP mask replies are always sent
ARP timeout 01:00:00, ARP retry interval 1s
VRRP master of : VRRP is not configured on this interface
3.3.1 Overview
Function Introduction
Errdisable is a mechanism to protect the system through shutdown the abnormal interface. If an interface enters errdisable state, there are
two ways to recovery it from errdisabled state. The first one is to enable errdisable recovery of this reason before errdisable detection; the
interface will be recovered automatically after the configured time. But if errdisable occurred first, then errdisable recovery is enabled, the
errdisable will not be recovered automatically. The secondary one is configuring “no shutdown” command on the errdisabled interface.
The flap of interface link state is a potential error caused by hardware or line problem. The administrator can also configure the detection
conditions of interface link flap to suppress the flap.
Principle Description
N/A
3.3.2 Configuration
Switch(config)# end
step 4 Validation
www.fs.com 20
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 4 Validation
Use the following command to display the configuration of error disable recovery:
Switch(config)# end
step 4 Validation
Use the following command to display the configuration of error disable flap:
Administrator can check the interface errdisable status though two commands.
If link flap errdisable is enabled recovery, the command will display the left time for recovery; Otherwise, will display “unrecovery”.
www.fs.com 21
S3950-4T12S SWITCH CONFIGURATION GUIDE
----------------- --------------
bpduguard Disabled
bpduloop Disabled
link-monitor-failure Disabled
oam-remote-failure Disabled
port-security Disabled
link-flap Enabled
udld Disabled
fdb-loop Disabled
loopback-detection Disabled
Timer interval: 300 seconds
Interfaces that will be enabled at the next timeout:
Interface Errdisable Reason Time Left(sec)
--------- ----------------- --------------
eth-0-3 link-flap 25
N/A
3.4.1 Overview
Function Introduction
MAC address table contains address information for the switch to forward traffic between ports. The address table includes these types of
address:
Dynamic address: the source address learnt by the switch and will be aged after aging time if this address is not hit. We only support
IVL learning mode.
Static address: the source address manually added by administrators.
Following is a brief description of terms and concepts used to describe the MAC address table:
IVL: Independent VLAN Learning: for a given set of VLANs, if a given individual MAC Address is learned in one VLAN, it can’t be used
in forwarding decisions taken for that address relative to any other VLAN in the given set.
SVL: Shared VLAN Learning: for a given set of VLANs, if an individual MAC Address is learned in one VLAN, it can be used in
forwarding decisions taken for that address relative to all other VLANs in the given set.
www.fs.com 22
S3950-4T12S SWITCH CONFIGURATION GUIDE
Principle Description
N/A
3.4.2 Configuration
The aging time is not exact time. If aging time set to N, then the dynamic address will be aged after N~2N interval. The default aging time
is 300 seconds.
Switch(config)# end
step 4 Validation
www.fs.com 23
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 4 Validation
www.fs.com 24
S3950-4T12S SWITCH CONFIGURATION GUIDE
Multicast address can be bound to multi-port.According to the picture, Mac-Da 0100.0000.0000 can forward via eth-0-1 and eth-0-2.
Switch(config)# end
step 4 Validation
www.fs.com 25
S3950-4T12S SWITCH CONFIGURATION GUIDE
MAC filter will discard these frames whose source or destination address is set to discard. The MAC filter has higher priority than MAC
address.
Switch(config)# end
step 4 Validation
N/A
www.fs.com 26
S3950-4T12S SWITCH CONFIGURATION GUIDE
3.5.1 Overview
Function Introduction
VLAN (Virtual Local Area Network) is a switched network that is logically segmented the network into different broadcast domain so that
packets are only switched between ports that are designated for the same VLAN. Each VLAN is considered as a logical network, and
packets send to stations that do not belong to the same VLAN must be forwarded through a router.
Principle Description
Following is a brief description of terms and concepts used to describe the VLAN:
PVID: Port VID, the untagged or priority-tagged frames will be assigned with this VID
Tagged Frame: Tagged Frame is inserted with 4 Bytes VLAN Tag, show in the picture below:
Trunk Link: Both tagged and untagged frames can be transmitted on this link. Trunk link allow for multiple VLANs to cross this link, show in
the picture below:
www.fs.com 27
S3950-4T12S SWITCH CONFIGURATION GUIDE
3.5.2 Configuration
Access port only receives untagged or priority-tagged frames, and transmits untagged frames.
step 3 Enter the interface configure mode, set the switch port mode and bind to the vlan
Switch(config-if)# end
step 5 Validation
Use the following command to display the information of the switch port interface:
www.fs.com 28
S3950-4T12S SWITCH CONFIGURATION GUIDE
Trunk port receives tagged, untagged, and priority-tagged frames, and transmits both untagged and tagged frames. If trunk port receives
an untagged frame, this frame will be assigned to the VLAN of the trunk port’s PVID; if a frame send out from the trunk port and the
frame’s VID is equal to the trunk port’s PVID, this frame will be send out without VLAN tag.
step 3 Enter the interface configure mode, set the switch port mode and bind to the vlan
Set eth-0-1’s switch port mode as trunk, set native vlan as 10, and allow all VLANs on this interface:
Set eth-0-2’s switch port mode as access, and bind to vlan 10:
Switch(config-if)# end
step 5 Validation
Use the following command to display the information of the switch port interface:
www.fs.com 29
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
3.6.1 Overview
Function Introduction
With the development of the voice technology, the use of IP Phone/IAD(Integrated Access Device) is becoming more and more
widespread in broadband community. Voice and data traffics are usually present in the network at the same time, therfore, voice traffics
need higher priority to improve the performance and reduce the packet loss rate.
The traditional method to improve the quality of voice traffic is using ACL to separate the voice packets, and using QoS to ensure the
transmit quality.
The voice VLAN feature can identify the voice packets by source mac, which makes the conguration more convenient.
Principle Description
N/A
3.6.2 Configuration
www.fs.com 30
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 4 Set the voice vlan and create a mac entry for it
step 5 Enter the interface configure mode and enable voice vlan
step 6 Validation
Send packet to eth-0-1, the format of the packet is as below(priority in Vlan tag is 0):
0x0000: 0000 0a02 0001 0055 0000 0011 8100 0002 ........k.......
0x0010: 0800 aadd aadd aadd aadd aadd aadd aadd ................
0x0020: aadd aadd aadd aadd aadd aadd aadd aadd ................
0x0030: aadd aadd aadd aadd aadd aadd ............
Receive packet from eth-0-2, the format of the packet received is as below(priority in Vlan tag is 5): .
0x0000: 0000 0a02 0001 0055 0000 0011 8100 a002 ........k.......
0x0010: 0800 aadd aadd aadd aadd aadd aadd aadd ................
0x0020: aadd aadd aadd aadd aadd aadd aadd aadd ................
0x0030: aadd aadd aadd aadd aadd aadd ............
N/A
3.7.1 Overview
Function Introduction
VLAN classification is used to define specific rules for directing packets to selected VLANs based on protocol or subnet criteria. Sets of rules
can be grouped (one group per interface).
VLAN classification rules have 3 types: mac based, ip based and protocol based. MAC based vlan classification rule will classify packets to
specified VLAN according to the source MAC address of incoming packets; IP based vlan classification rule will classify packets according
to the source IP address of incoming packets; And protocol based vlan classification rule will classify packets according to the layer3 type
of incoming packets. The following layer3 types can be supported: ARP, IP(v4), MPLS, Mcast MPLS, PPPoE, RARP.
Different types of vlan classification rules can be added to same vlan classification group. VLAN classification group can only be applied on
switchport. Only one type of vlan classification rules can take effect on one switchport.
www.fs.com 31
S3950-4T12S SWITCH CONFIGURATION GUIDE
Principle Description
N/A
3.7.2 Configuration
Rule 1 is mac based rule, it will classify the packets with MACSA 2222.2222.2222 to vlan 5;
Rule 2 is ip based rule, it will classify the packets sourced from IP adress 1.1.1.1 to vlan 5;
Rule 3 is protocol based rule, it will classify all arp packets to vlan 5.
Add rule 1, rule2, rule3 to group 31. Then apply group 31 to 3 interfaces: eth-0-1, eth-0-2, eth-0-3. These 3 interfaces have different vlan
classification type. eth-0-1 is configured to ip based vlan class, this means only ip based rules can take effect on this interface. eth-0-2 is
configured to mac based vlan class, this means only mac based rules can take effect on this interface. eth-0-3 is configured to protocol
based vlan class, this means only protocol based rules can take effect on this interface.
step 3 Create vlan classifier rule and add the rules to the group
interface eth-0-1:
interface eth-0-2:
www.fs.com 32
S3950-4T12S SWITCH CONFIGURATION GUIDE
interface eth-0-3:
interface eth-0-6:
Switch(config)# end
step 6 Validation
N/A
3.8.1 Overview
Function Introduction
This chapter contains a sample configuration of Link Aggregation Control Protocol (LACP) . LACP is based on the 802.3ad IEEE specification.
It allows bundling of several physical interfaces to form a single logical channel providing enhanced performance and redundancy. The
aggregated interface is viewed as a single link to each switch. The spanning tree views it as one interface. When there is a failure in one
physical interface, the other interfaces stay up and there is no disruption. This implementation supports the aggregation of maximum 16
physical Ethernet links into a single logical channel. LACP enables our device to manage link aggregation group between other devices
that conform to the 802.3ad protocol. By using the LACP, the switch learns the identity of partners supporting LACP and the capabilities of
each port. It then dynamically groups ports with same properties into a single logical bundle link.
www.fs.com 33
S3950-4T12S SWITCH CONFIGURATION GUIDE
Principle Description
N/A
3.8.2 Configuration
Switch1 configuration:
Switch(config)# port-channel 1 lacp-mode dynamic
Switch2 configuration:
step 3 Enter the interface configure mode and add the interface to the channel group
Switch(config)# end
step 5 Validation
www.fs.com 34
S3950-4T12S SWITCH CONFIGURATION GUIDE
Use the following command to display the information of the interface agg:
Configure channel-group
Set the system priority of this switch. This priority is used for determining the system that is responsible for resolving conflicts in the
choice of aggregation groups. A lower numerical value has a higher priority.Set the load balance mode. In this case we choose source MAC
address for load balance.
Switch1 configuration:
Switch(config)# lacp system-priority 2000
Switch(config)# port-channel load-balance hash-field-select macsa
Switch2 configuration:
www.fs.com 35
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Enter the interface configure mode and add the interface to the channel group
Switch(config)# end
step 5 Validation
Use the following command to display the information of the interface agg:
www.fs.com 36
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Static-channel-group
step 2 Enter the interface configure mode and add the interface to the channel group
Switch(config)# end
step 4 Validation
Use the following command to display the information of the interface agg:
www.fs.com 37
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
3.9.1 Overview
Function Introduction
Flow control enables connected Ethernet ports to control traffic rates during congestion by allowing congested nodes to pause link
operation at the other end. If one port experiences congestion and cannot receive any more traffic, it notifies the other port to stop
sending until the condition clears. When the local device detects any congestion at its end, it can notify the link partner or the remote
device of the congestion by sending a pause frame. You can use the flow control interface configuration command to set the interface’s
ability to receive and send pause frames to on, off. The default state for ports is receive off and send off. In auto-negotiation link, local
device’s flow control ability can be notified to link partner by link up/down.
NOTE: Flow control send/receive on ability only works on full duplex link
Principle Description
N/A
3.9.2 Configuration
step 2 Enter the interface configure mode and enable flowcontrol send
www.fs.com 38
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-if)# end
step 4 Validation
Use the following command to display the information of flow control on specified interface:
step 2 Enter the interface configure mode and enable flowcontrol send
Switch(config-if)# end
step 4 Validation
Use the following command to display the information of flow control on specified interface:
N/A
www.fs.com 39
S3950-4T12S SWITCH CONFIGURATION GUIDE
3.10.1 Overview
Function Introduction
Storm control prevents traffic on a LAN from being disrupted by a broadcast, a multicast, or a unicast storm on one of the physical
interfaces. A LAN storm occurs when packets flood the LAN, creating excessive traffic and degrading network performance.
Principle Description
N/A
3.10.2 Configuration
step 2 Enter the interface configure mode, and set the storm control level
User can set different level for Unknown unicast/multicast/broad cast packets:
Switch(config-if)# end
step 4 Validation
www.fs.com 40
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 2 Enter the interface configure mode, and set the storm control pps
User can set different pps for Unknown unicast/multicast/broad cast packets:
Switch(config-if)# end
step 4 Validation
N/A
3.11.1 Overview
Function Introduction
The loopback in the networks would cause the device continued to send broadcast, multicast and unknow unicast packets. It will waste
the resource of network even paralysis the whole network. To detect the loopback in the layer 2 network rapidly and avoid to effect the
whole network, system need to provide a detection function to notice the user checking the network connection and configuration, and
control the error interface when the network appears loopback.
Loopback Detection can detects whether the interface of device exists loopback. When enable loopback detection on a interface, device
will send detection packets from this interface by periodically. If the device receives detection packets sent from the interface, this
interface is considered that there is a loop existed and the device can send alarm information to network management system.
Administraitors discover loopback problem througt alarm information and resolve the problem to avoid longtime network abnormal. In
addition, the device can control the specific interface and configured Trap according the requirement, and disable the interface to quickly
reduce the impact in the network of loopback to the minimum.
Principle Description
N/A
www.fs.com 41
S3950-4T12S SWITCH CONFIGURATION GUIDE
3.11.2 Configuration
step 2 Enter the interface configure mode, and enable Loopback Detect
Switch(config-if)# end
step 4 Validation
By default, loopback detection is disable. When the interface enable loopback detection, system send the detection packets to detect the
loopback. Default detection packets transmission interval is 5 second.
The network is changing all the time, therefor the loopback detection is an continued process. The interface sent loopback detection
packets in a certain interval of time, the packets transimission time is loopback detection packets sending period.
The device send the lopback detection packets time interval range is 1 to 300 seconds.The loopback status recover period default is 3
times of the interface send interval.
Switch(config)# end
step 4 Validation
Use the following command to display the packet interval of Loopback Detect:
If a loopback is detected on the interface and loopback is enabled on this interfac, the system can configure an action to send alarm,
shutdown the interface, block the interface or other action.
After loopback detection is enabled on an interface, the interface sends loopback detection packets at intervals. When a loopback is
detected on the interface, the system performs an action to minimize the impact on the entire network.
www.fs.com 42
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 2 Enter the interface configure mode, and set the action of Loopback Detect
Switch(config)# end
step 4 Validation
Use the following command to display the information of Loopback Detect on the interface:
specify the VLAN IDs of loopback detection packets on an interface After loopback detection is enabled on an interface, system send
untagged loopback detection packets by default. It means the device dosen’t detect any specify vlan loopback packets. When interface is
configured Tagged mode in vlan, the loopback detection packets sent by this interface will be discard on the link, and interface won’t
receive the loop packets which is sent by itself. So we should specify the VLAN IDs of loopback detection packets on an interface.
After the loopback-detect packet vlan command is executed on an interface, the interface sends an untagged loopback detection packet
and the loopback detection packets with the specified VLAN tags. The specified VLANs exist and the interface has been added to the
VLANs in tagged mode. If you run the loopback-detect packet vlan command multiple times in the same interface view, multiple VLAN IDs
are specified. You can specify a maximum of eight VLAN IDs
step 2 Enter the interface configure mode, and set the specify vlan of Loopback Detect
Switch(config-if)# end
step 4 Validation
N/A
www.fs.com 43
S3950-4T12S SWITCH CONFIGURATION GUIDE
3.12.1 Overview
Function Introduction
The MSTP (Multiple Spanning Tree Algorithm and Protocol (IEEE 802.1Q-2005)) enables multiple VLANs to be mapped to the same
spanning-tree instance, thereby reducing the number of spanning-tree instances needed to support a large number of VLANs. The MSTP
provides for multiple forwarding paths for data traffic and enables load balancing. It improves the fault tolerance of the network because a
failure in one instance (forwarding path) does not affect other instances (forwarding paths). The most common initial deployment of MSTP
is in the backbone and distribution layers of a Layer 2 switched network; this deployment provides the highly-available network required
in a service-provider environment. When the switch is in the multiple spanning-tree (MST) modes, the Rapid Spanning Tree Protocol
(RSTP), which is based on IEEE 802.1w, is automatically enabled. The RSTP provides rapid convergence of the spanning tree through
explicit handshaking that eliminates the IEEE 802.1D forwarding delay and quickly transitions root ports and designated ports to the
forwarding state.
Principle Description
N/A
3.12.2 Configuration
The configurations of Switch1-Switch4 are as blow. The configurations of these 4 Switches are same if there is no special description.
step 4 Enter the MSTP configure mode, create region and instance. Bind the vlan to the instance.
www.fs.com 44
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 5 Enter the interface configure mode, set the attributes of the interfaces
Switch1:
Switch2:
Switch3:
Switch4:
Switch(config)# end
step 8 Validation
www.fs.com 45
S3950-4T12S SWITCH CONFIGURATION GUIDE
Address 2225.fa28.c900
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300 sec
Interface Role State Cost Priority.Number Type
--------------------------------------------------------------------------------
eth-0-9 Designated Forwarding 20000 128.9 P2p
eth-0-10 Designated Forwarding 20000 128.10 P2p
eth-0-17 Designated Forwarding 20000 128.17 P2p
eth-0-18 Designated Forwarding 20000 128.18 P2p
##### MST1: Vlans: 10
Root ID Priority 1 (0x0001)
Address 9c9a.7d91.9f00
Bridge ID Priority 32769 (0x8001)
Address 2225.fa28.c900
Interface Role State Cost Priority.Number Type
--------------------------------------------------------------------------------
eth-0-9 Rootport Forwarding 20000 128.9 P2p
eth-0-10 Alternate Discarding 20000 128.10 P2p
eth-0-17 Designated Forwarding 20000 128.17 P2p
eth-0-18 Designated Forwarding 20000 128.18 P2p
##### MST2: Vlans: 20
Root ID Priority 2 (0x0002)
Address 304c.275b.b200
Bridge ID Priority 32770 (0x8002)
Address 2225.fa28.c900
Interface Role State Cost Priority.Number Type
--------------------------------------------------------------------------------
eth-0-9 Alternate Discarding 20000 128.9 P2p
eth-0-10 Alternate Discarding 20000 128.10 P2p
eth-0-17 Rootport Forwarding 20000 128.17 P2p
eth-0-18 Alternate Discarding 20000 128.18 P2p
www.fs.com 46
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com 47
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
3.13.1 Overview
Function Introduction
High availability data center topologies typically provide redundancy protection at the expense of oversubscription by connecting top-of-
rack (TOR) switches and servers to dual aggregation switches. In these topologies, Spanning Tree Protocol prevents network loops by
blocking half of the links to the aggregation switches. This reduces the available bandwidth by 50%.
Deploying MLAG removes oversubscription by configuring an MLAG link between two aggregation switches to create a single logical
switching instance that utilizes all connections to the switches. Interfaces on both devices participate in a distributed port channel,
enabling all active paths to carry data traffic while maintaining the integrity of the Spanning Tree topology.
Principle Description
N/A
3.13.2 Configuration
www.fs.com 48
S3950-4T12S SWITCH CONFIGURATION GUIDE
The configurations of Switch1-Switch2 are as blow. The configurations of these 2 Switches are same if there is no special description.
Switch1:
Switch2:
step 7 Enter the mlag configure mode and set the attributes of the mlag
Switch1:
Switch2:
www.fs.com 49
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 8 Validation
Use the following command to display the information of mac address table on Switch1
www.fs.com 50
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
3.14.1 Overview
Function Introduction
This feature can forward the packet directly according to the destination-interface configured without looking up any table items and
forwarding.
Principle Description
N/A
3.14.2 Configuration
www.fs.com 51
S3950-4T12S SWITCH CONFIGURATION GUIDE
temperature 0 0 0
!
vlan database
!
interface eth-0-1
port-xconnect destination-interface eth-0-2
shutdown
!
interface eth-0-2
shutdown
!
interface eth-0-3
Switch#
N/A
www.fs.com 52
S3950-4T12S SWITCH CONFIGURATION GUIDE
4.1.1 Overview
Function Introduction
The Address Resolution Protocol (ARP) is a protocol used to dynamically map between Internet host addresses and Ethernet addresses.
ARP caches Internet-Ethernet address mappings. When an interface requests a mapping for an address not in the cache, ARP queues the
message, which requires the mapping, and broadcasts a message on the associated network requesting the address mapping. If a
response is provided, the new mapping is cached and any pending message is transmitted. ARP will queue at most one packet while
waiting for a response to a mapping request; only the most recently transmitted packet is kept. If the target host does not respond after 3
requests, the host is considered to be down, allowing an error to be returned to transmission attempts during this interval. If a target host
does not send message for a period (normally one hour), the host is considered to be uncertainty, and several requests (normally 6, 3
unicast and 3 broadcast) will send to the host before delete the ARP entry. ARP entries may be added, deleted or changed manually.
Manually added entries may be temporary or permanent.
Principle Description
N/A
4.1.2 Configuration
www.fs.com 53
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Configure arp aging timeout value and the arp retry interval value
Switch(config)# end
step 6 Validation
Use the following command to display the information of the arp entry:
Use the following command to display the information of the arp configurations on the interface:
N/A
www.fs.com 54
S3950-4T12S SWITCH CONFIGURATION GUIDE
4.2.1 Overview
Function Introduction
Proxy ARP, the most common method for learning about other routes, enables an Ethernet host with no routing information to
communicate with hosts on other networks or subnets. The host assumes that all hosts are on the same local Ethernet and that they can
use ARP to determine their MAC addresses. If a switch receives an ARP request for a host that is not on the same network as the sender, the
switch evaluates whether it has the best route to that host. If it does, it sends an ARP reply packet with its own Ethernet MAC address, and
the host that sent the request sends the packet to the switch, which forwards it to the intended host. Proxy ARP treats all networks as if
they are local and performs ARP requests for every IP address. Proxy ARP can be separated to 2 parts: Proxy ARP and local Proxy ARP. Local
Proxy ARP is always used in the topology where the Device is enabled port isolate but still need to do communicating via routing. Internet
Control Message Protocol (ICMP) redirects are disabled on interfaces where the local proxy ARP feature is enabled.
Principle Description
N/A
4.2.2 Configuration
www.fs.com 55
S3950-4T12S SWITCH CONFIGURATION GUIDE
As seen in the above topology, PC1 is belonged to VLAN10 and PC2 is belonged to VLAN20. If ARP proxy feature is not enabled, then PC1
and PC2 can not communicate with each other. As following, these steps are shown to enable ARP proxy feature for both VLAN interface
10 and VLAN interface 20.
step 3 Enter the interface configure mode, set the switch port mode and bind to the vlan
step 4 Create the vlan interface, configure the ip address, and enable arp proxy
Switch(config)# end
step 6 Validation
Use the following command to display the information of the arp proxy configuration on the switch:
www.fs.com 56
S3950-4T12S SWITCH CONFIGURATION GUIDE
Use the following command to display the information of the arp entry on the switch:
[Host:~]$ arp –a
? (192.168.20.222) at 7c:c3:11:f1:aa:00 [ether] on eth0
[Host: ~]$ route -v
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.0.0 U 0 0 0 eth0
[Host:~]$ arp -a
? (192.168.10.111) at 7c:c3:11:f1:aa:00 [ether] on eth0
www.fs.com 57
S3950-4T12S SWITCH CONFIGURATION GUIDE
The configurations of switch A and switch B are same if there is no special description.
step 3 Enter the interface configure mode, set the switch port mode and bind to the vlan
Switch A configuration:
Switch B configuration:
step 4 Create the vlan interface, configure the ip address, and enable local arp proxy
Switch A configuration:
www.fs.com 58
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch B configuration:
After configuring port isolation as blow, eth-0-3 and eth-0-4 on swichB are isolated in layer 2 network.
Switch(config)# port-isolate mode l2
Switch(config)# interface eth-0-3 - 4
Switch(config-if-range# port-isolate group 1
Switch(config-if-range# exit
step 6 Validation
Use the following command to display the information of the arp entry on switchA:
Use the following command to display the information of the arp configurations on the interface of switchA:
www.fs.com 59
S3950-4T12S SWITCH CONFIGURATION GUIDE
[Host:~]$ arp -a
? (192.168.10.111) at ee:b4:2a:8d:6c:00 [ether] on eth0
N/A
4.3.1 Overview
Function Introduction
Dynamic Host Configuration Protocol(DHCP) client can acquire IP address and configuration dynamically from DHCP server by DHCP. If
client and server is on the same physical subnet, client can communicate with server directly, otherwise they need DHCP relay agent
which is used to forward DHCP messages. DHCP client can request IP address from DHCP server by broadcasting DHCP messages. After
received IP address and lease correspond to it, client will configure itself and set the expired time. When half past the lease, client will sent
DHCP messages for a new lease to use the IP address continually. If it success, DHCP client will renew the lease. DHCP client can send
option request to server, which may be one or several of router, static-route, classless-static-route, classless-static-route-ms, tftp-server-
address, dns-nameserver , domain-name, netbios-nameserver and vendor-specific. By default, options include router, static-route,
classless-static-route, classless-static-route-ms, tftp-server-address will be requested from server. We can cancel one or several of these
option requests by command.
Principle Description
N/A
4.3.2 Configuration
www.fs.com 60
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-if)# end
step 5 Validation
N/A
www.fs.com 61
S3950-4T12S SWITCH CONFIGURATION GUIDE
4.4.1 Overview
Function Introduction
DHCP relay agent is any host that forwards DHCP packets between clients and servers. Relay agents are used to forward requests and
replies between clients and servers when they are not on the same physical subnet. Relay agent forwarding is distinct from the normal
forwarding of an IP router, where IP datagram are switched between networks somewhat transparently. By contrast, relay agents receive
DHCP messages and then generate a new DHCP message to send out on another interface. The relay agent sets the gateway address
(girder field of the DHCP packet) and, if configured, adds the relay agent information option (option82) in the packet and forwards it to the
DHCP server. The reply from the server is forwarded back to the client after removing option 82.
Principle Description
N/A
4.4.2 Configuration
This figure is the networking topology for testing DHCP relay functions. We need two Linux boxes and one Switch to construct the test
bed.
step 2 Enter the interface configure mode, set the attributes and ip address
www.fs.com 62
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 6 Validation
Ipconfig /all
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 5.5.5.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
www.fs.com 63
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
4.5.1 Overview
Function Introduction
A DHCP server is an Internet host that returns configuration parameters to DHCP clients 。 DHCP server can provide IP address and
network configuration for DHCP client by DHCP. For provide DHCP service, DHCP server need to be configured first. For example, IP
address pool need be create , default gateway should be set in a pool, and some network parameters for DHCP client should be set before
DHCP working. After DHCP server start to work, it will find a valid IP address from pool for DHCP client when receiving client’s request.
Meantime it also send network configuration parameters to client. The IP address assigned by DHCP server have a period of validity(lease),
so DHCP client need to renew its lease before the lease expired for reserving current IP address by sending DHCP REQUEST message.
If DHCP server was in the same subnet with client,it can normal work after connect to subnet. Otherwise DHCP relay was needed for server
providing DHCP service ,which can help to forward DHCP message between server and client.
Main options supported by DHCP server include bootfile-name, dns-server, domain-name, gateway, netbios-name-server, netbios-node-
type, tftp-server-address. Besides these, some raw options were also be supported ,which were set with option code.
Principle Description
N/A
4.5.2 Configuration
Configure on DUT1:
www.fs.com 64
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Enter the interface configure mode, set the attributes and ip address
Configure on DUT1:
Switch(config)#interface eth-0-9
Switch (config-if)#no switchport
Switch (config-if)# no shutdown
Switch (config-if)# ip address 5.5.5.1/24
Switch (config-if)# dhcp server enable
Switch (config-if)#exit
Configure on DUT2:
Switch#configure terminal
Switch(config)#interface eth-0-9
Switch (config-if)#no switchport
Switch (config-if)# no shutdown
Switch (config-if)# ip address dhcp
Switch (config-if)#exit
step 4 Validation
www.fs.com 65
S3950-4T12S SWITCH CONFIGURATION GUIDE
BOOTREPLY: 0
DHCPOFFER: 1
DHCPACK: 1
DHCPNAK: 0
step 2 Enable DHCP server globally, configure the ip address pool and DHCP relay
Configure on DUT1:
Configure on DUT2:
Configure on DUT1:
step 4 Enter the interface configure mode, set the attributes and ip address
Configure on DUT1:
Switch(config)#interface eth-0-9
Switch (config-if)#no switchport
Switch (config-if)# no shutdown
Switch (config-if)# ip address 5.5.5.1/24
Switch (config-if)# dhcp server enable
Switch (config-if)#exit
www.fs.com 66
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configure on DUT2:
Switch(config)#interface eth-0-17
Switch (config-if)#no switchport
Switch (config-if)# no shutdown
Switch (config-if)# ip address 4.4.4.1/24
Switch (config-if)# dhcp-server 1
Configure on DUT3:
Switch(config)#interface eth-0-17
Switch (config-if)#no switchport
Switch (config-if)# no shutdown
Switch (config-if)# ip address dhcp
Switch (config-if)#exit
Switch(config)# end
step 6 Validation
www.fs.com 67
S3950-4T12S SWITCH CONFIGURATION GUIDE
============================================================
Message Received:
BOOTREQUEST: 0
DHCPDISCOVER: 1
DHCPREQUEST: 1
DHCPDECLINE: 0
DHCPRELEASE: 0
DHCPINFORM: 0
Message Sent:
BOOTREPLY: 0
DHCPOFFER: 1
DHCPACK: 1
DHCPNAK: 0
N/A
4.6.1 Overview
Function Introduction
The DNS protocol controls the Domain Name System (DNS), a distributed database with which you can map hostnames to IP addresses.
When you configure DNS on your switch, you can substitute the hostname for the IP address with all IP commands, such as ping, telnet,
connect, and related Telnet support operations. IP defines a hierarchical naming scheme that allows a device to be identified by its
location or domain. Domain names are pieced together with periods (.) as the delimiting characters. To keep track of domain names, IP has
defined the concept of a domain name server, which holds a cache (or database) of names mapped to IP addresses. To map domain
names to IP addresses, you must first identify the hostnames, specify the name server that is present on your network, and enable the DNS.
Principle Description
N/A
4.6.2 Configuration
www.fs.com 68
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 2 Set the dns domain name and dns server address
step 4 Validation
N/A
www.fs.com 69
S3950-4T12S SWITCH CONFIGURATION GUIDE
5.1.1 Overview
Function Introduction
Static routing is a concept describing one way of configuring path selection of routers in computer networks. It is the type of routing
characterized by the absence of communication between routers regarding the current topology of the network. This is achieved by
manually adding routes to the routing table. The opposite of static routing is dynamic routing, sometimes also referred to as adaptive
routing.
In these systems, routes through a data network are described by fixed paths (statically). These routes are usually entered into the router
by the system administrator. An entire network can be configured using static routes, but this type of configuration is not fault tolerant.
When there is a change in the network or a failure occurs between two statically defined nodes, traffic will not be rerouted. This means
that anything that wishes to take an affected path will either have to wait for the failure to be repaired or the static route to be updated by
the administrator before restarting its journey. Most requests will time out (ultimately failing) before these repairs can be made. There are,
however, times when static routes can improve the performance of a network. Some of these include stub networks and default routes.
Principle Description
N/A
5.1.2 Configuration
There are 3 static routes on Switch1, one is to achieve remote network 10.10.12.0/24, the other two are to achieve the loopback addresses
on Switch2 and Switch3. There is a default static route on Switch3, that is, static routes use same gateway or nexthop address. There are 2
static routes on swithc2, both of them are to achieve the remote switch’s loopback address.
step 2 Enter the interface configure mode, set the attributes and ip address
Configure on Switch1:
Configure on Switch2:
www.fs.com 70
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-if)# exit
Configure on Switch3:
Configure on Switch1:
Note:Specify the destination prefix and mask for the network for which a gateway is required, for example, 10.10.12.0/24. Add a gateway
for each of them (in this case 10.10.10.2 for all). Since R2 is the only next hop available, you can configure a default route instead of
configuring the same static route for individual addresses.
Switch(config)# ip route 10.10.12.0/24 10.10.10.2
Switch(config)# ip route 192.168.0.2/32 10.10.10.2
Switch(config)# ip route 192.168.0.3/32 10.10.10.2
Configure on Switch2:
Configure on Switch3:
Note:Specify 10.10.12.2 as a default gateway to reach any network. Since 10.10.12.2 is the only route available you can specify it as the
default gateway instead of specifying it as the gateway for individual network or host addresses.
Switch(config)# ip route 0.0.0.0/0 10.10.12.2
Switch(config)# end
step 5 Validation
www.fs.com 71
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
5.2.1 Overview
Function Introduction
Routing Information Protocol (RIP) is an IP route exchange protocol that uses a distance vector (a number representing distance) to
measure the cost of a given route. The cost is a distance vector because the cost is often equivalent to the number of router hops between
the source and the destination networks. RIP can receive multiple paths to a destination. The system evaluates the paths, selects the best
path, and saves the path in the IP route table as the route to the destination. Typically, the best path is the path with the fewest hops. A
hop is another router through which packets must travel to reach the destination. If RIP receives a RIP update from another router that
contains a path with fewer hops than the path stored in the route table, the system replaces the older route with the newer one. The
system then includes the new path in the updates it sends to other RIP routers. RIP routers also can modify a route’s cost, generally by
adding to it, to bias the selection of a route for a given destination. In this case, the actual number of router hops may be the same, but the
route has an administratively higher cost and is thus less likely to be used than other, lower-cost routes. A RIP route can have a maximum
cost of 15. Any destination with a higher cost is considered unreachable. Although limiting to larger networks, the low maximum hop
count prevents endless loops in the network.
This chapter contains basic RIP configuration examples. To see details on the commands used in these examples, or to see the outputs of
the Validation commands, refer to the RIP Command Reference. To avoid repetition, some Common commands, like configure terminal,
have not been listed under the Commands Used section.
Principle Description
www.fs.com 72
S3950-4T12S SWITCH CONFIGURATION GUIDE
5.2.2 Configuration
Enabling RIP
step 2 Enter the interface configure mode, set the attributes and ip address
Configure on Switch1:
Configure on Switch2:
Configure on Switch1:
Configure on Switch2:
Switch(config)# end
www.fs.com 73
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 6 Validation
Use the following command to display the protocol state of rip process on Switch1:
www.fs.com 74
S3950-4T12S SWITCH CONFIGURATION GUIDE
In this example, Switch2 is configured to receive and send RIP version 1 and 2 on eth-0-9 and eth-0-20.
step 3 Enter the interface configure mode and set the version for sending and receiving rip packets
Switch(config)# end
step 5 Validation
Use the following command to display the protocol state of rip process on Switch2:
www.fs.com 75
S3950-4T12S SWITCH CONFIGURATION GUIDE
Sending updates every 30 seconds with +/-5 seconds, next due in 1 seconds
Timeout after 180 seconds, Garbage collect after 120 seconds
Outgoing update filter list for all interface is not set
Incoming update filter list for all interface is not set
Default redistribution metric is 1
Redistributing:
Redistributing:
Default version control:
control: send version 2, receive version 2
Interface Send Recv Key-chain
eth-0-9 12 12
eth-0-20 12 12
Routing for Networks:
Networks:
10.10.11.0/24
10.10.12.0/24
Routing Information Sources:
Sources:
Gateway Distance Last Update Bad Packets Bad Routes
10.10.11.10 120 00:
00: 00:
00: 22 0 0
10.10.12.50 120 00:
00: 00:
00: 27 0 0
Number of routes (including connected):
connected): 3
Distance:
Distance: (default is 120)
www.fs.com 76
S3950-4T12S SWITCH CONFIGURATION GUIDE
If a route matches both a global offset list (without specified interface) and an interface-based offset list, the interface-based offset list
takes precedence. The interface-based offset list’s metric is added to the route in this case.
This example Switch1 will advertise route 1.1.1.0 out of int eth-0-13 with metric 3.
step 1 precondition
Switch1
interface eth-0-1
no switchport
ip address 1.1.1.1/24
!
interface eth-0-9
no switchport
ip address 10.10.11.10/24
!
interface eth-0-13
no switchport
ip address 13.1.1.1/24
!
router rip
network 1.1.1.0/24
network 10.10.11.0/24
network 13.1.1.0/24
Switch2
www.fs.com 77
S3950-4T12S SWITCH CONFIGURATION GUIDE
interface eth-0-9
no switchport
ip address 10.10.11.50/24
!
interface eth-0-20
no switchport
ip address 10.10.12.10/24
!
router rip
network 10.10.11.0/24
network 10.10.12.0/24
Switch3
interface eth-0-13
no switchport
ip address 13.1.1.2/24
!
interface eth-0-20
no switchport
ip address 10.10.12.50/24
!
router rip
network 10.10.12.0/24
network 13.1.1.0/24
step 4 Enable RIP routing process and set offset list and offset value for an interface
Switch(config-router)# end
step 6 Validation
Display the routes on Switch3. The metric for the route which distributed by Switch1 is 3 now.
www.fs.com 78
S3950-4T12S SWITCH CONFIGURATION GUIDE
This example all Switches have two router protocols, RIP and OSPF, OSPF route has higher priority, Switch3 will change route 1.1.1.0 with
administrative distance 100.
step 1 precondition
Switch1
interface eth-0-1
no switchport
ip address 1.1.1.1/24
!
interface eth-0-9
no switchport
ip address 10.10.11.10/24
!
router ospf
network 1.1.1.0/24 area 0
network 10.10.11.0/24 area 0
!
router rip
network 1.1.1.0/24
network 10.10.11.0/24
Switch2
interface eth-0-9
no switchport
ip address 10.10.11.50/24
!
interface eth-0-20
no switchport
ip address 10.10.12.10/24
!
router ospf
network 10.10.11.0/24 area 0
network 10.10.12.0/24 area 0
!
router rip
network 10.10.11.0/24
network 10.10.12.0/24
Switch3
interface eth-0-20
no switchport
ip address 10.10.12.50/24
!
router ospf
network 10.10.12.0/24 area 0
!
router rip
network 10.10.12.0/24
www.fs.com 79
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-router)# end
step 6 Validation
Display the routes on Switch3. The distance for the rip route is 100 now.
www.fs.com 80
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Redistribution
Change the default redistribution metric (optional). The router assigns a RIP metric of 1 to each redistributed route by default. You can
change the default metric to a value up to 16.
Enable specified routes to redistribute with default or specified metric. This example the router will set the default metric to 2 for
redistributed routes and redistributes static routes and direct connected routes to RIP with default metric 2, redistributes OSPF routes with
specified metric 5.
step 1 precondition
Switch1
interface eth-0-9
no switchport
ip address 10.10.11.10/24
!
router rip
network 10.10.11.0/24
Switch2
interface eth-0-1
no switchport
ip address 2.2.2.2/24
!
interface eth-0-9
no switchport
ip address 10.10.11.50/24
!
interface eth-0-20
no switchport
ip address 10.10.12.10/24
!
router ospf
network 10.10.12.0/24 area 0
!
router rip
network 10.10.11.0/24
!
ip route 20.20.20.0/24 10.10.12.50
Switch3
interface eth-0-1
no switchport
ip address 3.3.3.3/24
!
www.fs.com 81
S3950-4T12S SWITCH CONFIGURATION GUIDE
interface eth-0-2
no switchport
ip address 20.20.20.20/24
!
interface eth-0-20
no switchport
ip address 10.10.12.50/24
!
router ospf
network 3.3.3.0/24 area 0
network 10.10.12.0/24 area 0
step 3 Enable RIP routing process and set metric and enable redistribute
Switch(config-router)# end
www.fs.com 82
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 5 Validation
You can avoid including routes in updates sent to the same gateway from which they were learned. Using the split horizon command
omits routes learned from one neighbor, in updates sent to that neighbor. Using the poisoned parameter with this command includes
such routes in updates, but sets their metrics to infinity. Thus, advertising these routes means that they are not reachable.
step 1 precondition
Switch1
interface eth-0-1
no switchport
ip address 1.1.1.1/24
!
interface eth-0-9
no switchport
ip address 10.10.11.10/24
!
router rip
network 10.10.11.0/24
redistribute connected
Switch2
interface eth-0-9
no switchport
ip address 10.10.11.50/24
!
router rip
network 10.10.11.0/24
www.fs.com 83
S3950-4T12S SWITCH CONFIGURATION GUIDE
Disable Split-horizon:
Switch(config)#interface eth-0-9
Switch(config-if)# no ip rip split-horizon
Apr 8 06:
06: 24:
24: 25 Switch RIP4-7:
RIP4-7: SEND[eth-0-9]:
SEND[eth-0-9]: Send to 224.0.0.9:
224.0.0.9: 520
Apr 8 06:
06: 24:
24: 25 Switch RIP4-7:
RIP4-7: SEND[eth-0-9]:
SEND[eth-0-9]: RESPONSE version 2 packet size 44
Apr 8 06:
06: 24:
24: 25 Switch RIP4-7:
RIP4-7: 1.1.1.0/24 -> 0.0.0.0 family 2 tag 0 metric 2
Apr 8 06:
06: 24:
24: 25 Switch RIP4-7:
RIP4-7: 10.10.11.0/24 -> 0.0.0.0 family 2 tag 0 metric 1
Apr 8 06:
06: 38:
38: 35 Switch RIP4-7:
RIP4-7: SEND[eth-0-9]:
SEND[eth-0-9]: Send to 224.0.0.9:
224.0.0.9: 520
Apr 8 06:
06: 38:
38: 35 Switch RIP4-7:
RIP4-7: SEND[eth-0-9]:
SEND[eth-0-9]: RESPONSE version 2 packet size 44
Apr 8 06:
06: 38:
38: 35 Switch RIP4-7:
RIP4-7: 1.1.1.0/24 -> 0.0.0.0 family 2 tag 0 metric 16
Apr 8 06:
06: 38:
38: 35 Switch RIP4-7:
RIP4-7: 10.10.11.0/24 -> 0.0.0.0 family 2 tag 0 metric 16
Switch(config-router)# end
step 6 Validation
www.fs.com 84
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Timers
RIP use several timers that determine such variables as the frequency of routing updates, the length of time before a route becomes
invalid, and other parameters. You can adjust these timers to tune RIP performance to better suit your internet-work needs. You can make
the following timer adjustments:
The rate (time in seconds between updates) at which routing updates are sent.
The interval of time (in seconds) after which a route is declared invalid.
The amount of time (in seconds) that must pass before a route is removed from the routing table.
Specify the routing table update timer in 10 seconds. Specifies the routing information timeout timer in 180 seconds. Specifies the routing
garbage collection timer in 120 seconds:
Switch(config-router)# end
step 4 Validation
Use the following command to display the protocol state of rip process:
www.fs.com 85
S3950-4T12S SWITCH CONFIGURATION GUIDE
The direction:
step 1 precondition
Switch1
interface eth-0-9
no switchport
ip address 10.10.11.10/24
!
router rip
network 10.10.11.0/24
Switch2
interface eth-0-1
no switchport
ip address 1.1.1.1/24
!
interface eth-0-2
no switchport
ip address 2.2.2.2/24
!
interface eth-0-3
no switchport
ip address 3.3.3.3/24
!
interface eth-0-9
no switchport
ip address 10.10.11.50/24
!
router rip
network 1.1.1.0/24
network 2.2.2.0/24
network 3.3.3.0/24
network 10.10.11.0/24
www.fs.com 86
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-router)# end
step 6 Validation
www.fs.com 87
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 2 Enter the interface configure mode, set the attributes and ip address
Switch1:
Switch2:
Switch(config-if)# end
step 6 Validation
www.fs.com 88
S3950-4T12S SWITCH CONFIGURATION GUIDE
Use the following command to display the protocol state of rip process:
www.fs.com 89
S3950-4T12S SWITCH CONFIGURATION GUIDE
This example illustrates the md5 authentication of the routing information exchange process for RIP using multiple keys. Switch1 and B
are running RIP and exchange routing updates. To configure authentication on Switch1, define a key chain, specify keys in the key chain
and then define the authentication string or passwords to be used by the keys. Then set the time period during which it is valid to receive
or send the authentication key by specifying the accept and send lifetimes.[optional].After defining the key string, specify the key chain (or
the set of keys) that will be used for authentication on the interface and the authentication mode to be used. Configure Switch1 and B to
have the same key ID and key string as Switch1 for the time that updates need to be exchanged.
In md5 authentication, both the key ID and key string are matched for authentication. R1 will receive only packets that match both the key
ID and the key string in the specified key chain (within the accept lifetime) on that interface In the following example, Switch2 has the
same key ID and key string as Switch1. For additional security, the accept lifetime and send lifetime are configured such that every fifth
day the key ID and key string changes. To maintain continuity, the accept lifetimes should be configured to overlap; however, the send
lifetime should not be overlapping.
step 2 Enter the interface configure mode, set the attributes and ip address
Switch1:
Switch2:
step 4 Create a key chain, and set the key string and lifetime
Switch(config-keychain)# key 2
Switch(config-keychain-key)# key-string Earth
Switch(config-keychain-key)# accept-lifetime 12:00:00 Mar 7 2012 14:00:00 Mar 12 2012
www.fs.com 90
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-keychain)# exit
Switch(config-if)# end
step 7 Validation
Use the following command to display the protocol state of rip process:
www.fs.com 91
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
5.3.1 Overview
Function Introduction
Routing Policy is the technology for modifying route information to change traffic route. Prefix list is a kind of route policies that used to
control and modify routing information. A prefix list is identified by list name and contains one or more ordered entries which are
processed sequentially. Each entry provides a matched range for network prefix and has a unique sequence number in the list. In the
matching process, switch will check entries orderly. If a entry matches conditions, this process would finish.
Principle Description
N/A
5.3.2 Configuration
Basic Configuration
Note: Create a prefix-list. If the sequence of the rule is not specified, system should automatically assign an sequence number for it.
Support different actions such as permit and deny. Support to add description string for a prefix-list.
Switch(config)# end
www.fs.com 92
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 4 Validation
Used by rip
step 3 Apply the prefix-list under the router rip configure mode
Switch(config)# end
step 6 Validation
Used by Route-map
www.fs.com 93
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 4 Apply the route under the router bgp configure mode
Switch(config-router)# end
step 6 Validation
N/A
www.fs.com 94
S3950-4T12S SWITCH CONFIGURATION GUIDE
5.4.1 Overview
Function Introduction
Route-map is used to control and modify routing information. The route-map command allows redistribution of routes. It has a list of
match and set commands associated with it. The match commands specify the conditions under which redistribution is allowed, and the
set commands specify the particular redistribution actions to be performed if the criteria enforced by match commands are met. Route
maps are used for detailed control over route distribution between routing processes. Route maps also allow policy routing, and might
route packets to a different route than the obvious shortest path.
If the permit parameter is specified, and the match criteria are met, the route is redistributed as specified by set actions. If the match
criteria are not met, the next route map with the same tag is tested. If the deny parameter is specified, and the match criteria are met, the
route is not redistributed, and any other route maps with the same map tag are not examined. Routes are checked from line to line
looking for a match. If there is no match and the bottom of the route map is reached, then the router denies the route from being
redistributed. There is always an implicit deny at the end of a route map.
Specify the sequence parameter to indicate the position a new route map is to have in the list of route maps already configured with the
same name.
Principle Description
N/A
5.4.2 Configuration
step 2 Create route map and set the rule and action
NOTE:
The name of route-map is up to 20 characters, in this example the name is “abc”. Two actions “permit” and “deny” are supported; the
default action is “permit”. The valid range for sequence number is 1-65535. If the sequence number is not specified when creating first rule
of the route-map, system assigns number 10 by default.
Switch(config)# route-map abc permit
Switch(config-route-map)# match metric 20
Switch(config-route-map)# set tag 2
Switch(config-route-map)# exit
step 3 Enter the router ospf configure mode, redistribute rip routes and apply the route map
Switch(config)# end
step 5 Validation
www.fs.com 95
S3950-4T12S SWITCH CONFIGURATION GUIDE
Match clauses:
Set clauses:
step 3 Create route map to match the access list and set the rule and action
step 4 Enter the router bgp configure mode, and apply the route map
Switch(config)# end
step 6 Validation
N/A
www.fs.com 96
S3950-4T12S SWITCH CONFIGURATION GUIDE
6.1.1 Overview
Function Introduction
Layer 2 switches can use IGMP snooping to constrain the flooding of multicast traffic by dynamically configuring Layer 2 interfaces so that
multicast traffic is forwarded only to those interfaces associated with IP multicast devices. As the name implies, IGMP snooping requires
the LAN switch to snoop on the IGMP transmissions between the host and the router and to keep track of multicast groups and member
ports. When the switch receives an IGMP report from a host for a particular multicast group, the switch adds the host port number to the
forwarding table entry; when it receives an IGMP Leave Group message from a host, it removes the host port from the table entry. It also
deletes entries per entry if it does not receive IGMP membership reports from the multicast clients. The multicast router sends out periodic
general queries to all VLANs. All hosts interested in this multicast traffic send report and are added to the forwarding table entry. The
switch forwards only one report per IP multicast group to the multicast router. It creates one entry per VLAN in the Layer 2 forwarding
table for each MAC group from which it receives an IGMP report.
Layer 2 multicast groups learned through IGMP snooping are dynamic. If you specify group membership for a multicast group address
statically, your setting supersedes any automatic manipulation by IGMP snooping. Multicast group membership lists can consist of both
user-defined and IGMP snooping-learned settings
VRRP, RIP and OSPF used multicast IP address, so you need to avoid use such multicast IP addresses, which have same multicast MAC
address with multicast IP address reserved by VRRP, RIP and OSPF.
VRRP used multicast group address 224.0.0.18, so when igmp snooping and VRRP are working, you need to avoid using multicast group
address that matched same mac address with group address 224.0.0.18.
OSPF used multicast group address 224.0.0.5, so when igmp snooping and OSFP are working, you need to avoid using multicast group
address that matched same mac address with group address 224.0.0.18.
RIP used multicast group address 224.0.0.9, so when igmp snooping and RIP are working, you need to avoid using multicast group address
that matched same mac address with group address 224.0.0.9.
Principle Description
N/A
6.1.2 Configuration
IGMP Snooping can be enabled globally or per vlan. If IGMP Snooping is disabled globally, it can’t be active on any vlan even it is enabled
on the vlan. If IGMP snooping is enabled globally, it can be disabled on a vlan. On the other hand, the global configuration can overwrite
the per vlan configuration. By default, IGMP snooping is enabled globally and per vlan.
Switch#configure terminal
Switch(config)# end
step 4 Validation
www.fs.com 97
S3950-4T12S SWITCH CONFIGURATION GUIDE
When IGMP Snooping fast leave is enabled, the igmp snooping group will be removed at once upon receiving a corresponding igmp
report. Otherwise the switch will send out specified igmp specific query, if it doesn’t get response in specified period, it will remove the
group. By default, igmp snooping fast-leave is disabled globally and per vlan.
Switch#configure terminal
Switch(config)# end
step 4 Validation
www.fs.com 98
S3950-4T12S SWITCH CONFIGURATION GUIDE
In order for IGMP, and thus IGMP snooping, to function, an multicast router must exist on the network and generate IGMP queries. The
tables created for snooping (holding the member ports for a each multicast group) are associated with the querier. Without a querier the
tables are not created and snooping will not work.
Switch#configure terminal
Switch(config)# end
step 5 Validation
An IGMP Snooping mrouter port is a switch port which is assumed to connect a multicast router. The mrouter port is configured on the
vlan or learnt dynamic. When IGMP general query packet or PIMv2 hello packet is received on port of speficified VLAN, this port becomes
mrouter port of this vlan. All the igmp queries received on this port will be flooded on the belonged vlan. All the igmp reports and leaves
received on this vlan will be forwarded to the mrouter port, directly or aggregated, depending on the report-suppression configuration. In
addition, all the multicast traffic on this vlan will be forwarded to this mrouter port.
www.fs.com 99
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch#configure terminal
step 3 Configure mrouter port, Enable igmp snooping report suppression, and set igmp snooping dynamic mrouter port aging
interval for a vlan
Switch(config)# end
step 5 Validation
System supports to adapt the multicast router learning and updating after STP convergence by configuring the TCN querier count and
querier interval.
Switch#configure terminal
Switch(config)# end
step 4 Validation
www.fs.com 100
S3950-4T12S SWITCH CONFIGURATION GUIDE
The switch uses IGMP report suppression to forward only one IGMP report per multicast router query to multicast devices. When IGMP
router suppression is enabled (the default), the switch sends the first IGMP report from all hosts for a group to all the multicast routers. The
switch does not send the remaining IGMP reports for the group to the multicast routers. This feature prevents duplicate reports from
being sent to the multicast devices.
Switch#configure terminal
Switch(config)# end
step 4 Validation
The switch can build IGMP Snooping Group when receiving IGMP report packet on Layer 2 port of specified VLAN. We also support
configure static IGMP Snooping Group by specifying IGMP group, Layer 2 port and VLAN.
www.fs.com 101
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch#configure terminal
Switch(config)# end
step 4 Validation
N/A
www.fs.com 102
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.1.1 Overview
Function Introduction
Port security feature is used to limit the number of “secure” MAC addresses learnt on a particular interface. The interface will forward
packets only with source MAC addresses that match these secure addresses. The secure MAC addresses can be created manually, or learnt
automatically. After the number of secure MAC addresses reaches the limit for the number of secure MAC addresses, new MAC address
can’t be learnt or configured on the interface. if the interface then receives a packet with a source MAC address that is different with any of
the secure addresses, it is considered as a security violation and should be discarded.
Port security feature also binds a MAC to a port so that the port does not forward packets with source addresses that are outside of
defined addresses. If a MAC addresses configured or learnt on a secure port attempts to access another port, this is also considered as a
security violation.
Static secure MAC addresses: These are manually configured by the interface configuration command “switchport port-security mac-
address”.
If a security violation occurs, the packets to be forwarded will be dropped. User can configure the action by command “switchport
port-security violation”. There are three actions can be chosen:
errdisable: discard the packet and set the port to errdisable status. Please reference to Ethernet configuration guide, chapter
errdisable.
Principle Description
N/A
www.fs.com 103
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.1.2 Configuration
According to the topology above, only receive three Mac entries and discard source mac 0000.000B.000B after the following configuration:
step 2 Enter the interface configure mode, set the attributes, and enable pim-sm
Switch(config)# end
step 4 Validation
www.fs.com 104
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
7.2.1 Overview
Function Introduction
Vlan security feature is used to limit the total number of MAC addresses learnt in a particular vlan. The MAC addresses can be added
manually, or learnt automatically. After the device reaches the limit for the number of MAC addresses on the vlan, if the vlan receives a
packet with an unknown source MAC address, the configured action will take effect.
User can set the action for unknown source MAC packets after the MAC address table count exceed max by using command line
“vlan X mac-limit action”. Three types of actions are supported:
Discard: Packet with an unknown source MAC address from the vlan will be discarded and its source MAC address will not be learnt.
Warn: Packet with an unknown source MAC address from the vlan will be discarded, its source MAC address will not be learnt, but
warning log will be printed in syslog.
Forward: Packets from the vlan will be forwarded without MAC learning or warning log.
Principle Description
N/A
7.2.2 Configuration
step 2 Enter the vlan configure mode and create vlan, set the the maximum of MAC addresses and the action at exceeding
www.fs.com 105
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 4 Validation
step 2 Enter the vlan configure mode and create vlan, set the mac learning states
Switch(config)# end
step 4 Validation
N/A
7.3.1 Overview
Function Introduction
A time range is created that defines specific absolute times or periodic times of the day and week in order to implement time-based
function, such as ACLs. The time range is identified by a name and then referenced by a function, which by itself has no relevance.
Therefore, the time restriction is imposed on the function itself. The time range relies on the system clock.
Principle Description
N/A
7.3.2 Configuration
www.fs.com 106
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 4 Validation
Switch(config)# end
step 4 Validation
N/A
7.4.1 Overview
Function Introduction
Access control lists (ACLs) classify traffic with the same characteristics. The ACL can have multiple access control entries (ACEs), which are
commands that match fields against the contents of the packet. ACLs can filter packets received on interface by many fields such as ip
address, mac address and deny or permit the packets.
Principle Description
Access control entry (ACE): Each ACE includes an action element (permit or deny) and a series of filter element based on criteria such
as source address, destination address, protocol, and protocol-specific parameters.
MAC ACL: MAC ACL can filter packet by mac-sa and mac-da, and the mac-address can be masked, or configured as host id, or
configured as any to filter all MAC addresses. MAC ACL can also filter other L2 fields such as COS, VLAN-ID, INNER-COS, INNER-VLAN-
ID, L2 type, L3 type.
www.fs.com 107
S3950-4T12S SWITCH CONFIGURATION GUIDE
IPv4 ACL: IPv4 ACL can filter packet by ip-sa and ip-da, and ip-address can be masked, or configured as host id, or configured as any
to filter all IPv4 address. IPv4 ACL can also filter other L3 fields such as DSCP, L4 protocol and L4 fields such as TCP port, UDP port,
and so on.
Time Range: Time range can define a period of time only between which the ACE can be valid if the ACE is associated to the time
range.
7.4.2 Configuration
ip access list:
www.fs.com 108
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 7 Validation
N/A
7.5.1 Overview
Function Introduction
Extend IPv4 ACL combines MAC filters with IP filters in one access list. Different from MAC and IP ACL, extend ACL can access-control all
packets (IP packets and non-IP packets). Extend ACL supported extend IPv4 ACL.
Principle Description
Following is a brief description of terms and concepts used to describe the extend ACL:
www.fs.com 109
S3950-4T12S SWITCH CONFIGURATION GUIDE
Extend IPv4 ACL: Extend IPv4 ACL takes advantages of MAC ACL and IPv4 ACL, which combines MAC ACE with IPv4 ACE in an ACL to
provide more powerful function of access-controlling traverse packets.
MAC ACE: Filter packets by mac-sa and mac-da, and the mac-address can be masked, or configured as host id, or configured as any
to filter all MAC addresses. Other L2 fields, such as COS, VLAN-ID, INNER-COS, INNER-VLAN-ID, L2 type, L3 type, can also be filtered by
MAC ACE.
IPv4 ACE: Filter packets by ip-sa and ip-da, and ip-address can be masked, or configured as host id, or configured as any to filter all
IPv4 address. Other L3 fields such as DSCP, L4 protocol and L4 fields, such as TCP port, UDP port, can also be filtered by IPv4 ACE.
The MAC ACE and IPv4 ACE in an extend IPv4 ACL can be configured alternately in arbitrary order which is completely specified by user.
7.5.2 Configuration
Switch(config)# end
www.fs.com 110
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 7 Validation
N/A
7.6.1 Overview
Function Introduction
IEEE 802 Local Area Networks are often deployed in environments that permit unauthorized devices to be physically attached to the LAN
infrastructure, or Permit unauthorized users to attempt to access the LAN through equipment already attached.
Port-based network access control makes use of the physical access characteristics of IEEE 802 LAN infrastructures in order to provide a
means of authenticating and authorizing devices attached to a LAN port that has point-to-point connection characteristics, and of
preventing access to that port in cases in which the authentication and authorization process fails.
With 802.1X port-based authentication, the devices in the network have specific roles:
Client: the device (PC) that requests access to the LAN and switch services and responds to requests from the switch. The client
software with support the follow the 802.1X standard should run on the PC. For linux system, we recommend the application which
named “xsupplicant”.
Authentication server: performs the actual authentication of the client. The authentication server validates the identity of the client
and notifies the switch whether or not the client is authorized to access the LAN and switch services. Because the switch acts as the
proxy, the authentication service is transparent to the client. In this release, the Remote Authentication Dial-In User Service (RADIUS)
security system with Extensible Authentication Protocol (EAP) extensions is the only supported authentication server. RADIUS
operates in a client/server model in which secure authentication information is exchanged between the RADIUS server and one or
more RADIUS clients.
Switch (edge switch or wireless access point): controls the physical access to the network based on the authentication status of the
client. The switch acts as an intermediary (proxy) between the client and the authentication server, requesting identity information
from the client, verifying that information with the authentication server, and relaying a response to the client. The switch includes
the RADIUS client, which is responsible for encapsulating and decapsulation the EAP frames and Interacting with the authentication
server. When the switch receives EAPOL frames and relays them to the authentication server, the Ethernet header is stripped and the
remaining EAP frame is re-encapsulated in the RADIUS format. The EAP Frames are not modified or examined during encapsulation,
and the authentication server must support EAP within the native frame format. When the switch receives frames from the
authentication server, the server’s frame header is removed, leaving the EAP frame, which is then encapsulated for Ethernet and sent
to the client. We can enable dot1x on routed port and access port.
Principle Description
www.fs.com 111
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.6.2 Configuration
step 3 Enter the interface configure mode, set the attributes of the interface and enable dot1x
step 4 Set the attributes of Layer 3 interface and set the Radius server
Switch(config)# end
step 6 Validation
www.fs.com 112
S3950-4T12S SWITCH CONFIGURATION GUIDE
reAuthenticate : disabled
reAuthPeriod : 3600
Max user number : 255
Current session number : 1
Accept user number : 1
Reject user number : 0
Guest VLAN : N/A
Assign VLAN : N/A
QuietPeriod : 60
ReqMax :2
TxPeriod : 30
SuppTimeout : 30
ServerTimeout : 30
CD: adminControlledDirections : in
CD: operControlledDirections : in
CD: bridgeDetected : false
========================================
session 1: 1 - 0011.0100.0001
----------------------------------------
user name : admin
abort:F fail:F start:F timeout:F success:T
PAE: state: Authenticated - portMode: Auto
PAE: reAuthCount: 0 - rxRespId: 0
BE: state: Idle - reqCount: 0 - idFromServer: 5
The example above describes how to enable dot1x on access port. This function can also enable on routed port. The following example
shows how to change eth-0-25 to a routed port and enable dot1x.
force-authorized:
Switch(config)# interface eth-0-25
Switch(config-if)# dot1x port-control force-authorized
Switch(config-if)# exit
force-unauthorized:
User can choose port control mode as force-authorized,force-unauthorized or auto. The final configuration should over write the previous
one.
Timer for Radius server: Set the wait time for re-activating RADIUS server; Set the maximum failed RADIUS requests sent to server; Set the
timeout value for no response from RADIUS server.
Interface attributes: Specify the number of reauthentication attempts before becoming unauthorized; Set the protocol version; Specify the
quiet period in the HELD state; Enable reauthentication on a port; Specify the seconds between reauthorization attempts; Specify the
www.fs.com 113
S3950-4T12S SWITCH CONFIGURATION GUIDE
authentication server response timeout; Specify the supplicant response timeout; Specify the Seconds between successive request ID
attempts.
Figure 1-44 Configure the shared-key, authorization port and account port
www.fs.com 114
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.7.1 Overview
Function Introduction
You can configure a guest VLAN for each 802.1x port on the switch to provide limited services to clients (for example, how to download
the 802.1x client). These clients might be upgrading their system for 802.1x authentication, and some hosts, such as Windows 98 systems,
might not be 802.1x-capable.
When the authentication server does not receive a response to its EAPOL request/identity frame, clients that are not 802.1x-capable are
put into the guest VLAN for the port, if one is configured. However, the server does not grant 802.1x-capable clients that fail
authentication access to the network. Any number of hosts is allowed access when the switch port is moved to the guest VLAN.
The guest VLAN feature is not supported on internal VLANs (routed ports) or trunk ports; it is supported only on access ports.
NOTE: Guest VLAN is supported on access port, and not supported on routed port or trunk port.
Principle Description
NA
www.fs.com 115
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.7.2 Configuration
In the above topology, eth-0-22 is an IEEE 802.1X enabled port, and it is in the native VLAN 10, the configured guest VLAN for this port is
VLAN 20. So clients that are not 802.1X capable will be put into VLAN 20 after the authenticator had send max EAPOL request/identity
frame but got no response.
We use remote linux Radius server as authenticate server, the server’s address is 202.38.100.7, and the IP address for the connected routed
port eth-0-23 is 202.38.100.1. When the client is authenticated by the radius server, then it can access the public internet which is also in
VLAN 10.
www.fs.com 116
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 4 Enter the interface configure mode, set the attributes of the interface and enable dot1x and set guest vlan
step 5 Set the attributes of Layer 3 interface and set the Radius server
Switch(config)# end
step 7 Validation
Init state:
www.fs.com 117
S3950-4T12S SWITCH CONFIGURATION GUIDE
reAuthPeriod : 3600
Max user number : 255
Current session number : 0
Accept user number : 0
Reject user number : 0
Guest VLAN : 20
Assign VLAN : N/A
QuietPeriod : 60
ReqMax :2
TxPeriod : 30
SuppTimeout : 30
ServerTimeout : 30
CD: adminControlledDirections : in
CD: operControlledDirections : in
CD: bridgeDetected : false
========================================
unauthorized:
Switch# show dot1x interface eth-0-22
802.1X info for interface eth-0-22
portEnabled : true
portControl : Auto
portMode : Port based
portStatus : Unauthorized
Mac Auth bypass : disabled
reAuthenticate : disabled
reAuthPeriod : 3600
Max user number : 255
Current session number : 1
Accept user number : 0
Reject user number : 1
Guest VLAN : 20(Port Authorized by guest vlan)
Assign VLAN : N/A
QuietPeriod : 60
ReqMax :2
TxPeriod : 30
SuppTimeout : 30
ServerTimeout : 30
CD: adminControlledDirections : in
www.fs.com 118
S3950-4T12S SWITCH CONFIGURATION GUIDE
CD: operControlledDirections : in
CD: bridgeDetected : false
========================================
session 1: 1 - 0011.0100.0001
----------------------------------------
user name : admin
abort:F fail:T start:F timeout:F success:F
PAE: state: Held - portMode: Auto
PAE: reAuthCount: 1 - rxRespId: 0
BE: state: Idle - reqCount: 0 - idFromServer: 92
authorized:
session 1: 1 - 0011.0100.0001
www.fs.com 119
S3950-4T12S SWITCH CONFIGURATION GUIDE
----------------------------------------
user name : admin
abort:F fail:F start:F timeout:F success:T
PAE: state: Authenticated - portMode: Auto
PAE: reAuthCount: 0 - rxRespId: 0
BE: state: Idle - reqCount: 0 - idFromServer: 207
N/A
7.8.1 Overview
Function Introduction
ARP inspection is a security feature that validates ARP packets in a network. ARP inspection intercepts, logs, and discards ARP packets with
invalid IP-to-MAC address bindings. This capability protects the network from some man-in-the-middle attacks. ARP inspection ensures
that only valid ARP requests and responses are relayed. The switch performs these activities:
Verify that each of these intercepted packets has a valid IP-to-MAC address binding before updating the local ARP cache or before
forwarding the packet to the appropriate destination.
www.fs.com 120
S3950-4T12S SWITCH CONFIGURATION GUIDE
ARP inspection determines the validity of an ARP packet based on valid IP-to-MAC address bindings stored in a trusted database, the
DHCP snooping binding database. This database is built by DHCP snooping if DHCP snooping is enabled on the VLANs and on the switch.
If the ARP packet is received on a trusted interface, the switch forwards the packet without any checks. On entrusted interfaces, the switch
forwards the packet only if it is valid.
Principle Description
Following is a brief description of terms and concepts used to describe the ARP Inspection:
DHCP Snooping: DHCP snooping is a security feature that acts like a firewall between untrusted hosts and trusted DHCP servers. This
feature builds and maintains the DHCP snooping binding database, which contains information about untrusted hosts with leased
IP addresses.
Address Resolution Protocol (ARP): ARP provides IP communication within a Layer 2 broadcast domain by mapping an IP address to
a MAC address. For example, Host B wants to send information to Host A , but it does not have the MAC address of Host A in its ARP
cache. Host B generates a broadcast message for all hosts within the broadcast domain to obtain the MAC address associated with
the IP address of Host A. All hosts within the broadcast domain receive the ARP request, and Host A responds with its MAC address.
7.8.2 Configuration
www.fs.com 121
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Enter the interface configure mode, add the interface into the vlan
Switch(config)# exit
step 7 Validation
www.fs.com 122
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
7.9.1 Overview
Function Introduction
DHCP snooping is a security feature that acts like a firewall between untrusted hosts and trusted DHCP servers.
Other security features, such as dynamic ARP inspection (DAI), also use information stored in the DHCP snooping binding database. DHCP
snooping is enabled on a per-VLAN basis. By default, the feature is inactive on all VLANs. You can enable the feature on a single VLAN or a
range of VLANs. The DHCP snooping feature is implemented in software basis. All DHCP messages are intercepted in the BAY and directed
to the CPU for processing.
Principle Description
N/A
7.9.2 Configuration
www.fs.com 123
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Enter the interface configure mode, add the interface into the vlan
Switch(config)# exit
step 6 Validation
www.fs.com 124
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
7.10.1 Overview
Function Introduction
IP source guard prevents IP spoofing by allowing only the IP addresses that are obtained through DHCP snooping on a particular port.
Initially, all IP traffic on the port is blocked except for the DHCP packets that are captured by DHCP snooping. When a client receives a valid
IP address from the DHCP server, an access control list (ACL) is installed on the port that permits the traffic from the IP address. This
process restricts the client IP traffic to those source IP addresses that are obtained from the DHCP server; any IP traffic with a source IP
address other than that in the ACL’s permit list is filtered out. This filtering limits the ability of a host to attack the network by claiming a
neighbor host’s IP address.
IP source guard uses source IP address filtering, which filters the IP traffic that is based on its source IP address. Only the IP traffic with a
source IP address that matches the IP source binding entry is permitted. A port’s IP source address filter is changed when a new DHCP-
snooping binding entry for a port is created or deleted. The port ACL is modified and reapplied in the hardware to reflect the IP source
binding change. By default, if you enable IP source guard without any DHCP-snooping bindings on the port, a default ACL that denies all
IP traffic is installed on the port. When you disable IP source guard, any IP source filter ACL is removed from the port.
Also IP source guard can use source IP and MAC address Filtering. When IP source guard is enabled with this option, IP traffic is filtered
based on the source IP and Mac addresses. The switch forwards traffic only when the source IP and MAC addresses match an entry in the
IP source binding table. If not, the switch drops all other types of packets except DHCP packet.
The switch also supports to have IP, MAC and VLAN Filtering. When IP source guard is enabled with this option, IP traffic is filtered cased on
the source IP and MAC addresses. The switch forwards traffic only when the source IP, MAC addresses and VLAN match an entry in the IP
source binding table.
Principle Description
The following terms and concepts are used to describe the IP source guard:
Dynamic Host Configuration Protocol (DHCP): Dynamic Host Configuration Protocol (DHCP) is a client/server protocol that
automatically provides an Internet Protocol (IP) host with its IP address and other related configuration information such as the
subnet mask and default gateway.
DHCP Snooping: DHCP snooping is a security feature that acts like a firewall between untrusted hosts and trusted DHCP servers. This
feature builds and maintains the DHCP snooping binding database, which contains information about untrusted hosts with leased
IP addresses.
www.fs.com 125
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.10.2 Configuration
step 3 Enter the interface configure mode and set the attributes
Switch(config)# exit
step 7 Validation
Remove by entry:
Remove by interface:
www.fs.com 126
S3950-4T12S SWITCH CONFIGURATION GUIDE
Remove by vlan:
Remove all:
N/A
7.11.1 Overview
Function Introduction
Private-vlan a security feature which is used to prevent from direct l2 communication among a set of ports in a vlan.
It can provide a safer and more flexible network solutions by isolating the ports which in the same VLAN.
Principle Description
N/A
7.11.2 Configuration
Port 2 is isolate port; it cannot communicate with all other ports except for the promiscuous port (port 1).
Port 3 and port 4 are community ports in secondary vlan 2; they can communicate with each other. They cannot communicate with
all other ports except for the promiscuous port.
Port 5 and port6 are community ports in secondary vlan 3; they can communicate with each other. They cannot communicate with
all other ports except for the promiscuous port.
www.fs.com 127
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Enter the interface configure mode and set the attributes
Promiscuous port: promiscuous port in pvlan can communicate with any other ports in this pvlan
Isolate port: isolate port in pvlan can only communicate with promiscuous port in this pvlan
Community port: community port in pvlan can communicate with promiscuous port and community ports with same community-vlan id
in this pvlan
Switch(config)# exit
step 5 Validation
N/A
www.fs.com 128
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.12.1 Overview
Function Introduction
Authentication verifies users before they are allowed access to the network and network services. System can use AAA authentication
methods and Non-AAA authentication methods. RADIUS Authentication is one of AAA authentication methods. RADIUS is a distributed
client/server system that secures networks against unauthorized access. RADIUS is widely used protocol in network environments. It is
commonly used for embedded network devices such as routers, modem servers, switches, etc. RADIUS clients run on support routers and
switches. Clients send authentication requests to a central RADIUS server, which contains all user authentication and network service
access information.
Principle Description
N/A
7.12.2 Configuration
Switch has RADIUS authentication function. The ip address of interface eth-0-23 is 1.1.1.1/24. The management ip address of switch is
10.10.29.215, management port is connected the PC for test login, PC’s ip address is 10.10.29.10.
www.fs.com 129
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-line)# end
step 7 Validation
Telnet output:
Make sure the cables is linked correctly You can use command to check log messages if Switch can’t do RADIUS authentication:
Switch# show logging buffer
www.fs.com 130
S3950-4T12S SWITCH CONFIGURATION GUIDE
Open winRadius:
www.fs.com 131
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com 132
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.13.1 Overview
Function Introduction
Authentication verifies users before they are allowed access to the network and network services. System can use AAA authentication
methods and Non-AAA authentication methods. TACACS+ Authentication is one of AAA authentication methods. TACACS+ is a distributed
client/server system that secures networks against unauthorized access. TACACS+ is widely used protocol in network environments. It is
commonly used for embedded network devices such as routers, modem servers, switches, etc. TACACS+ clients run on support routers
and switches. Clients send authentication requests to a central TACACS+ server, which contains all user authentication and network
service access information.
Principle Description
N/A
7.13.2 Configuration
www.fs.com 133
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-line)# end
step 7 Validation
Telnet output:
www.fs.com 134
S3950-4T12S SWITCH CONFIGURATION GUIDE
spawn = {
instances min = 1
instances max = 10
}
background = no
}
user = aaa {
password = clear bbb
member = guest
}
7.14.1 Overview
Function Introduction
Port-isolation a security feature which is used to prevent from direct l2/l3 communication among a set of ports.
It can provide a safer and more flexible network solutions by isolating the ports which in the same VLAN.
Principle Description
N/A
www.fs.com 135
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.14.2 Configuration
Port 1 and port 8 are in the same isolate group 1, they are isolated. So port1 can not communicate with port 8. Port 9 is in a different
isolate group 3, so port 9 can communicate with port 1 and port 8.
The mode “l2” means only layer 2 packets are isolated. The mode “all” means all packet are isolated include the packets forward according
to layer 3 routes.
step 3 Enter the interface configure mode and set isolate group
Switch(config)# end
step 5 Validation
www.fs.com 136
S3950-4T12S SWITCH CONFIGURATION GUIDE
Groups ID: 3
eth-0-9
N/A
7.15.1 Overview
Function Introduction
A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource
unavailable to its intended users. Although the means to carry out, motives for, and targets of a DoS attack may vary, it generally consists
of the concerted efforts of a person or people to prevent an Internet site or service from functioning efficiently or at all, temporarily or
indefinitely. Perpetrators of DoS attacks typically target sites or services hosted on high-profile web servers such as banks, credit card
payment gateways, and even root name servers. The term is generally used with regards to computer networks, but is not limited to this
field, for example, it is also used in reference to CPU resource management.
DDoS prevent is a feature which can protect our switch from follow kinds of denial-of-service attack and intercept the attack packets.
Principle Description
N/A
7.15.2 Configuration
Enable ICMP flood intercept and set the max received ICMP packet rate 100 packets per-second
Enable UDP flood intercept and set the max received UDP packet rate 100 packets per-second
www.fs.com 137
S3950-4T12S SWITCH CONFIGURATION GUIDE
Enable SYN flood intercept and set the max received SYN packet rate 100 packets per-second
Enable Small-packet attack intercept and set the received packet length is be more than or equal to 32
Switch(config)# end
step 4 Validation
N/A
www.fs.com 138
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.16.1 Overview
Function Introduction
Keychain is a common method of authentication to configure shared secrets on all the entities, which exchange secrets such as keys
before establishing trust with each other. Routing protocols and network applications often use this authentication to enhance security
while communicating with peers.
The keychain by itself has no relevance; therefore, it must be used by an application that needs to communicate by using the keys (for
authentication) with its peers. The keychain provides a secure mechanism to handle the keys and rollover based on the lifetime.
If you are using keys as the security method, you must specify the lifetime for the keys and change the keys on a regular basis when they
expire. To maintain stability, each party must be able to store and use more than one key for an application at the same time. A keychain is
a sequence of keys that are collectively managed for authenticating the same peer, peer group, or both. Keychain groups a sequence of
keys together under a keychain and associates each key in the keychain with a lifetime.
Principle Description
N/A
7.16.2 Configuration
Switch(config)# end
step 4 Validation
To display the keychain configuration, use the command show key chain in the privileged EXEC mode“
N/A
www.fs.com 139
S3950-4T12S SWITCH CONFIGURATION GUIDE
7.17.1 Overview
Function Introduction
By default, the switch floods packets with unknown destination MAC addresses out of all ports. If unknown unicast and multicast traffic is
forwarded to a protected port, there could be security issues. To prevent unknown unicast or multicast traffic from being forwarded from
one port to another, you can block a port (protected or unprotected) from flooding unknown unicast or multicast packets to other ports.
Principle Description
N/A
7.17.2 Configuration
step 2 Enter the interface configure mode and block unknown unicast
Switch(config)# end
step 4 Validation
To display the port-block configuration, use the command show port-block in the privileged EXEC mode:
N/A
www.fs.com 140
S3950-4T12S SWITCH CONFIGURATION GUIDE
8.1.1 Overview
Function Introduction
Switch Table Management (STM) is used to configure system resources in the switch to optimize support for specific features, depending
on how the switch is used in the network.
You can select a profile to provide maximum system usage for some functions; for example, use the default profile to balance resources
and use vlan profile to obtain max MAC entries.
To allocate ternary content addressable memory (TCAM) resources for different usages, the switch STM profile prioritize system resources
to optimize support for certain features. You can select STM templates to optimize these features:
layer2: The VLAN template supports the maximum number of unicast MAC addresses. It would typically be selected for a Layer 2
switch.
layer3: The routing template maximizes system resources for unicast routing, typically required for a router or aggregator in the
center of a network.
ipv6: The ipv6 template, support the ipv6 functions.
default: The default template gives balance to all functions.
NOTE: When users configured a profile mode which is not exist in the next reboot image, then default hardware configure will be used
when system up with the next image. The hardware configure may be different from the default profile.
Principle Description
N/A
8.1.2 Configuration
You must reload the switch for the configuration to take effect.
Use the “stm prefer layer2” global configuration command only on switches intended for Layer 2 switching with no routing.
Do not use the layer3 profile if you do not have routing enabled on your switch. The stm prefer layer3 global configuration command
prevents other features from using the memory allocated to IPv4 unicast routing in the routing profile.
Switch(config)# end
step 4 Validation
www.fs.com 141
S3950-4T12S SWITCH CONFIGURATION GUIDE
The profile stored for use after the next reload is the layer3 profile.
Switch# reload
N/A
8.2.1 Overview
Function Introduction
The system message logging software can save messages in a log file or direct the messages to other devices. The system message
logging facility has these features:
By default, the switch logs normal but significant system messages to its internal buffer and sends these messages to the system console.
You can specify which system messages should be saved based on the type of the severity level. The messages are time-stamped to
enhance real-time debugging and management.
You can access the logged system messages using the switch command-line interface (CLI) or by saving them to a properly configured log
server. The switch software saves the log messages in an internal buffer that can store up to 1000 messages. You can monitor the system
messages remotely by accessing the switch through Telnet or the console port, or by viewing the logs on a log server.
www.fs.com 142
S3950-4T12S SWITCH CONFIGURATION GUIDE
Principle Description
Terminology:
Terminology Description
Logging Current logging configuration
information Informational
www.fs.com 143
S3950-4T12S SWITCH CONFIGURATION GUIDE
8.2.2 Configuration
Switch(config)# end
step 4 Validation
By default, the number of messages to log to the logging buffer is 500. If desired, you can set the number between 10 and 1000.
www.fs.com 144
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 4 Validation
NOTE: You can use command to check showing Logging Information. When configuring the syslog Servers, make sure the cables is linked
correctly and two computers can ping each other. Before you can send the system log messages to a log server, you must configure Syslog
Software, at the end you can see the log from your software.
N/A
www.fs.com 145
S3950-4T12S SWITCH CONFIGURATION GUIDE
8.3.1 Overview
Function Introduction
Mirror function can send one or more copies of packets which are passing through the ports/vlans or sending and receiving by CPU to
one or more specified destination ports. It can also send the copies to the CPU and keep in memory or flash files.
The copies of the packets are used for network analyze. The mirror function does not affect the original network traffic.
Principle Description
The following describes concepts and terminology associated with mirror configuration:
1.Mirror session
A mirror session is an association of a mirror destination with one or more mirror source. The mirror destination and mirror source will
describe later.
Mirror sessions do not interfere with the normal operation of the switch. However, an oversubscribed mirror destination, for example, a
10-Gbps port monitoring a 100-Gbps port, results in dropped or lost packets.
2.Mirror direction
The device supports to set the direction of the mirror source, there are 3 options for choose: TX/RX/BOTH.
Receive (RX) mirror: The goal of receive (or ingress) mirror is to monitor as much as possible packets received by the source interface or
VLAN before any modification or processing is performed by the switch. A copy of each packet received (except these packets: BPDU,
LACPDU, BMGPDU, packets have been discarded by IP-MAC binding check for Vlan_based mirror, CRC error packets for both Port_based
and vlan_based mirror) by the source is sent to the destination port for that mirror session. You can monitor a series or range of ingress
ports or VLANs in a mirror session. Packets that are modified because of routing are copied without modification; that is, the original
packet is copied. Packets that are modified because of quality of service (QoS)—for example, modified Differentiated Services Code Point
(DSCP)—are copied with modification. Packets that are modified because of VLAN translation or VLAN classification is copied with the
modification. Some features that can cause a packet to be dropped during receive processing have no effect on mirror, the destination
port can receive a copy of the packet even if the actual incoming packet is dropped. These features include ingress ACL, VLAN’s ingress
filter, MAC filter, STP, VLAN tag control, port security, unknown routing packets.
Transmit (TX) mirror: The goal of transmit (or egress) mirror is to monitor as much as possible packets sent by the source interface after
all modification and processing is performed by the switch. A copy of each packet (except these packets: packets from CPU port for
Vlan_based mirror, mirroring packets for both Port_based and vlan_based mirror) sent by the source is sent to the destination port for that
mirror session. Some features that can cause a packet to be dropped during transmit processing might have affect on mirror.
www.fs.com 146
S3950-4T12S SWITCH CONFIGURATION GUIDE
Both: In a mirror session, you can monitor a single port for both received and sent packets.
3.Mirror source
The Mirror source is the original traffic of the network. The types of source are described as following:
Source port: A source port is a layer2 or layer 2 interface which need to be monitored. A physical port or link agg port can be a source
port. The member of link agg port is not supported to be a mirror source.
Source VLAN: A source vlan is a vlan which need to be monitored. User should create a vlan interface before set a vlan as mirror source.
CPU:User can set CPU as mirror source to monitor the packets send to or receive from the CPU. The copies of packets send to the mirror
destination are before cpu-traffic-limit process. Only session 1 support CPU as mirror source currently.
4.Mirror destination
Mirror function will copy the packets and sent the copies to the mirror destination.
Local destination port: The destination port should be a physical port or link agg port, member of link agg port is not supported. The
destination port has these characteristics:
It must reside on the same switch as the source port.
It should not be in “shutdown” state
It can participate in only one mirror session at a time (a destination port in one mirror session cannot be a destination port for a
second mirror session).
It cannot be a source port.
The port does not transmit any traffic except that required for the mirror session.
It does not participate in spanning tree while the mirror session is active.
When it is a destination port, all other normal system function of this port should not work until mirror destination configure
disabled on this port.
No address learning occurs on the destination port.
The real statues of the speed/duplex might not coincide with the values which are displayed.
Multi-destination: The device supports to use a group of destination ports to receive several copies of the traffic. The characteristics of
each member in the group of destination ports are same as single destination port.
Remote destination: A remote mirror destination is a remote destination vlan, which has a specified out-going port. The copies of the
packets should send to the specified port and add the tag of the remote vlan. A remote destination has these characteristics:
It is a vlan with a specified out going port.
The remote VLAN range should be 2 to 4094. If the VLAN isn’t created in system, user can not configure this VLAN as mirror remote
vlan.
The out going port should be a physical port. User should manually check if the out going port can transfer mirrored packets.
Monitor traffic packets are inserted a tag with the remote VLAN ID and directed over the specified out going port to the mirror
destination session device.
It is recommended to configure remote mirror’s destination port as switch port. Users should add the destination port to the remote
vlan otherwise the mirrored packet can not be transmitted out.
CPU destination: send the copies of packet to the CPU of current device. If there is no analyzer available, user can use CPU as mirror
destination and save the result for user or developers analyze packets.
You can analyze network traffic passing through ports or vlans by using mirror function to send a copy of the traffic to another port on the
switch that has been connected to a Switch Probe device or other Remote Monitoring (RMON) probe or security device. However, when
there is no other monitoring device for capturing packets, normal mirror destination to ports doesn’t work. So we can set CPU as mirror
destination to send a copy of the traffic to CPU for storing packets. It supports the cli to display the packets of mirror CPU and write the
packets in a text file. It is a very functional debug tool. Mirror does not affect the switching of network traffic on source ports or source
vlans; a copy of the packets received or sent by the source interfaces are sent to the destination CPU. The cpu-traffic-limit rate can be
configured. CPU can participate as a destination in only one mirror session.
www.fs.com 147
S3950-4T12S SWITCH CONFIGURATION GUIDE
8.3.2 Configuration
Switch(config)# end
step 5 Validation
www.fs.com 148
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 7 Validation
www.fs.com 149
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 5 Validation
The rules of mirror source are same as single destination port. The following case use source port for example.
www.fs.com 150
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-if)# no shutdown
Switch(config-if)# exit
Switch(config)# monitor session 1 destination group 1
Switch(config-monitor-d-group)# member eth-0-2
Switch(config-monitor-d-group)# member eth-0-3
Switch(config-monitor-d-group)# exit
Switch(config)# end
step 5 Validation
Session 1
----------
Status : Valid
Type : Local Session
Source Ports :
Receive Only :
Transmit Only :
Both : eth-0-1
Source VLANs :
Receive Only :
Transmit Only :
Both :
Destination Port : eth-0-2 eth-0-3
www.fs.com 151
S3950-4T12S SWITCH CONFIGURATION GUIDE
If local device cannot connect to an analyzer directly, User can choose remote mirror to send the copies of packets with specified vlan tag.
The remote device can pick out the packets with this vlan for analyze.
The following example copies the packets form Switch1’s eth-0-1, and send them to Switch2 via Switch1’s eth-0-2. Switch2 sends these
packets to the analyzer.
Switch(config)# end
step 5 Validation
www.fs.com 152
S3950-4T12S SWITCH CONFIGURATION GUIDE
method 2: add both ports in to the same vlan (15), and make the packet flood in this vlan
NOTE: In this configuration vlan tag is stripped because eth-0-2 is access port.
If user needs to keep the vlan tag 15, eth-0-2 should be trunk port: (other configurations are same as method 2)
www.fs.com 153
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
Optional steps
Set the action after the packet buffer is exceeded: “drop” means discard the latest packet; “replace” means discard the oldest packet.
step 5 Validation
This example shows how to set up a mirror session, session 1, for monitoring source port traffic to a destination cpu. You can use show
monitor session to see the configuration.
www.fs.com 154
S3950-4T12S SWITCH CONFIGURATION GUIDE
This example shows how to display the mirror cpu traffic-limit rate:
Switch# ls flash:/mirror
Directory of flash:/mirror
total 8
-rw-r----- 1 2287 Dec 23 01:16 MirCpuPkt-2016-12-23-01-15-54.txt
-rw-r----- 1 2568 Jan 3 11:41 MirCpuPkt-2017-01-03-11-41-33.txt
14.8T bytes total (7.9T bytes free)
This example shows how to display the files of the flash. *.pcap files can open with packets analyzer applications such as wireshark. Please
referenc to the “ftp” and “tftp” part to download the files.
Switch#ls flash:/mirror
Directory of flash:/mirror
total 12
-rw-r----- 1 2287 Dec 23 01:16 MirCpuPkt-2016-12-23-01-15-54.txt
-rw-r----- 1 2568 Jan 3 11:41 MirCpuPkt-2017-01-03-11-41-33.txt
-rw-r--r-- 1 704 Jan 3 13:07 test.pcap
14.8T bytes total (7.9T bytes free)
This example shows how to display the actions after the buffer is full
N/A
www.fs.com 155
S3950-4T12S SWITCH CONFIGURATION GUIDE
8.4.1 Overview
Function Introduction
User can manage the switch through the management port. The switch has two management ports: an Ethernet port and a console port.
Principle Description
N/A
8.4.2 Configuration
Before you can assign switch information, make sure you have connected a PC or terminal to the console port, and configured the PC or
terminal software parameters to match the default console port parameters. After login in the switch, you can modify the console
parameters.
step 2 Enter line configuration mode and set the console speed
Switch(config-line)# end
step 4 Validation
After the above setting, console port parameter has been changed, and the PC or terminal can’t configure the switch by console port. You
must update PC or terminal console speed from 115200 to 19200 to match the new console parameter and can continue configure the
switch by console port.
In order to manage device by out band Ethernet port, you should configure management ip address first by console port.
www.fs.com 156
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 4 Validation
Configuring Temperature
The switch supports temperature alarm management. You can configure three temperature thresholds: low, high and critical. When switch
temperature is lower than low threshold or higher than higher threshold, the switch will be alarm. If the switch temperature is higher than
critical threshold, the switch will cut off its power automatically.
Switch(config)# temperature 5 70 90
Switch(config)# end
step 4 Validation
Configuring Fan
The switch supports to manage fan automatically. If the fan is fail or the fan tray is absent, the switch will be alarm. And if the fan tray
supports speed-adjust, the switch can adjust the fan speed depending on the real-time temperature. The switch has three temperature
thresholds: Tlow=50, Thigh=65 and Tcrit=80 Celsius scales. If Temperature<Tlow, the fan will stall; if Tlow<=Temperature<Thigh, the fan
will run on 30% speed rate; if Thigh<=Temperature<Tcrit, the fan will run on 70% speed rate; if Tcrit>=Temperature, the fan will run on
100% speed rate. And there has a temperature hysteresis Thyst=2 Celsius scales. Assuming temperature has previously crossed above Tlow,
Thigh or Tcrit, then the temperature must drop below the points corresponding Thyst(Tlow-Thyst, Thigh-Thyst or Tcrit-Thyst) in order for
the condition to drive fan speed rate to lower level. For example:
The Tlow, Thigh, Tcrit, Thyst and fan speed rate for each temperature threshold are hard code, and couldn’t be modified.
www.fs.com 157
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Power
The switch supports to manage power status automatically. If the power is failed or the fan in power is failed, the switch will be alarm. If
power is removed or inserted, the switch will notice user also.
User can show the power status to verify the power status.
Switch# show environment
---------------------------------------------------------
Power status:
Index Status Power Type Fans Control
1 PRESENT OK AC - -
2 ABSENT - - - -
3 PRESENT OK DC(PoE) - -
---------------------------------------------------------
Configuring Transceiver
The switch supports manage the transceiver information, and the transceiver information includes basic information and diagnostic
information. The basic information includes transceiver type, vendor name, PN, S/N, wavelength and link length for supported type. The
diagnostic information includes real-time temperature, voltage, current, optical transmit power, optical receive power and the threshold
about these parameters. If the transceiver is inserted or removed, the real-time parameter is out of threshold, the switch will notice the
users.
www.fs.com 158
S3950-4T12S SWITCH CONFIGURATION GUIDE
Upgrade bootrom
The switch supports to upgrade the bootrom image when system is running. And after upgrading, you must reboot the switch to take
effect.
Switch(config)# end
Switch# reboot
step 6 Validation
After the above setting, you can show uboot version information of platform:
Upgrade EPLD
The switch supports to upgrade the EPLD image when system is running. And after upgrading, you must reboot the switch to take effect.
Switch(config)# exit
Switch# reboot
www.fs.com 159
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 6 Validation
After the above setting, then power off and restart the device, you can show epld version information with command:
N/A
8.5.1 Overview
Function Introduction
The main function of Bootrom is to initialize the board simply and load the system image to boot. You can use some necessary commands
in bootrom mode.
Bootrom can load the system image both from TFTP server and persistent storage like flash. Then you can configure the Switch and TFTP
server IP address as environment variables in Bootrom mode for boot the system image.
Principle Description
N/A
8.5.2 Configuration
Method 2: Method 1:Boot the system from TFTP server without password
Method 3: Boot the system from TFTP server and reboot automatically
Method 4: Boot the system from TFTP server and reboot automatically without password
Validation
bootrom:> reset
………………..
………………..
TFTP from server 10.10.29.160; our IP address is 10.10.29.118
Filename 'OS-ms-v3.1.9.it.r.bin'.
www.fs.com 160
S3950-4T12S SWITCH CONFIGURATION GUIDE
Boot the system from FLASH and reboot automatically without password
Validation
bootrom:> reset
……
Do you want to revert to the default config file ? [Y|N|E]:Y
### JFFS2 loading '/boot/OS-ms-v3.1.9.it.r.bin' to 0xaa00000
Scanning JFFS2 FS: . done.
### JFFS2 load complete: 12314539 bytes loaded to 0xaa00000
## Booting image at 0aa00000 ...
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
……
Set boot IP
step 3 validation
www.fs.com 161
S3950-4T12S SWITCH CONFIGURATION GUIDE
bootrom:> printenv
printenv
bootdelay=5
baudrate=9600
download_baudrate=9600
…………………
stderr=serial
ipaddr=10.10.29.101
ipserver=10.10.29.160
Environment size: 856/2044 bytes
Upgrade bootrom
step 2 validation
bootrom:> version
version
Bootrom 3.0.3 (Development build) (Build time: Aug 4 2011 - 11:47:06)
Set gateway IP
step 3 validation
bootrom:> printenv
printenv
bootdelay=5
baudrate=9600
download_baudrate=9600
…………………
stderr=serial
gatewayip=10.10.38.1
netmask=255.255.255.0
Environment size: 856/2044 bytes
N/A
8.6.1 Overview
Function Introduction
Bootup diagnostic is used to help user diagnose whether the hardware component of Switch is working normally, after the Switch is
already bootup. The diagnostic item includes EPLD, EEPROM, PHY, MAC, etc.
www.fs.com 162
S3950-4T12S SWITCH CONFIGURATION GUIDE
Principle Description
N/A
8.6.2 Configuration
Switch(config)# exit
step 4 Validation
Use this command to display the diagnostic bootup level for current and next.
Switch# reboot
step 6 Validation
N/A
8.7.1 Overview
Function Introduction
SmartConfig is a smart method of switch initial configuration. After enabling SmartConfig, switch will start to download configuration file
or image file from tftp server , if not finding startup-config file at startup. Then switch will install these file , and it will reboot itself if had
downloaded image file.
Note that we use deploy file to control the configuration file and image file downloaded by switch. Switch fetch these file according the
deploy file, which is a XML-formatted file. The deploy file named smartdeploy.xml , while its content like below:
<SmartDeploy>
<ftype>init</ftype>
<hostprefix>Bruce</hostprefix>
<defItem>
<option>enable</option>
<image>def.bin</image>
<config>def.cfg</config>
www.fs.com 163
S3950-4T12S SWITCH CONFIGURATION GUIDE
</defItem>
<groups>
<Item>
<type>MAC</type>
<value>001e.0808.9100</value>
<image>switchOs.bin</image>
<config>startup.cfg</config>
</Item>
<Item>
<type>productid</type>
<value>09SWITCH-E48-10</value>
<image>productid.bin</image>
<config>productid.cfg</config>
</Item>
<Item>
<type>SN</type>
<value>E054GD116004</value>
<image>sn.bin</image>
<config>sn.cfg</config>
</Item>
</groups>
</SmartDeploy>
There are three kind of item used by switch to find out image file and configuration file fit itself. Switch will search fit item according
sequence like MAC, SN , product-id。We just specify the file name in the deploy file, and place all these file on tftp server.
Principle Description
N/A
8.7.2 Configuration
This figure is the network topology of testing SmartConfig function, We need two switches and two linux boxes to construct the test
bed。”switch” in the figure is the switch we enable SmartCofng on. Note that the address of TFTP server provided by DHCP server can be
used by switch to connect to TFTP server directly or via routes.
Enable smartConfig
Switch#configure terminal
Switch(config)#smart-config initial-switch-deployment
www.fs.com 164
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch (config)#exit
step 4 Validation
Using smartConfig
SmartConfig was enable default, so we just make sure there is no startup-config.conf file. Then switch will start SmartConfig next boot.
And we can delete startup-config.conf manually, so that Smartconfig will work after reboot. Procedure of configure SmartConfig as fallow:
step 1:
Configure smartdeploy.xml file, and place it with image file, configuration file to tftp server. The directory must be like this (Configuration
files should be in conf directory and images should be in images directory.) :
/--
|--smartconfig/
|--conf/
|--images/
|--smartdeploy.xml
step 2:
step 3:
step 4:
N/A
8.8.1 Overview
Function Introduction
Switch support display reboot logs. Depend on these logs, user can judge the reboot reasons of a switch. The reboot reasons include
Manual Reboot, Power Off or Other Reasons. Also, user can clear the reboot logs through a command.
NOTE: User can find no more than ten reboot logs through this command, to find more reboot logs, can refer to the following file:
flash:/reboot-info/reboot_info.log
www.fs.com 165
S3950-4T12S SWITCH CONFIGURATION GUIDE
Principle Description
N/A
8.8.2 Configuration
Reboot logs are enabled by default. User can display and clear the logs as the following examples:
N/A
www.fs.com 166
S3950-4T12S SWITCH CONFIGURATION GUIDE
9.1.1 Overview
Function Introduction
Ping is a computer network administration utility used to test the reachability of a host on an Internet Protocol (IP) network and to
measure the round-trip time for messages sent from the originating host to a destination computer. The name comes from active sonar
terminology.
Ping operates by sending Internet Control Message Protocol (ICMP) echo request packets to the target host and waiting for an ICMP
response. In the process it measures the time from transmission to reception (round-trip time) [1] and records any packet loss. The results
of the test are printed in form of a statistical summary of the response packets received, including the minimum, maximum, and the mean
round-trip times, and sometimes the standard deviation of the mean.
Traceroute is a computer network tool for measuring the route path and transit times of packets across an Internet Protocol (IP) network.
Traceroute sends a sequence of Internet Control Message Protocol (ICMP) packets addressed to a destination host. Tracing the
intermediate routers traversed involves control of the time-to-live (TTL) Internet Protocol parameter. Routers decrement this parameter
and discard a packet when the TTL value has reached zero, returning an ICMP error message (ICMP Time Exceeded) to the sender.
Principle Description
N/A
9.1.2 Configuration
www.fs.com 167
S3950-4T12S SWITCH CONFIGURATION GUIDE
9.2.1 Overview
Function Introduction
NTP is a tiered time distribution system with redundancy capability. NTP measures delays within the network and within the algorithms
on the machine on which it is running. Using these tools and techniques, it is able to synchronize clocks to within milliseconds of each
other when connected on a Local Area Network and within hundreds of milliseconds of each other when connected to a Wide Area
Network. The tiered nature of the NTP time distribution tree enables a user to choose the accuracy needed by selecting a level (stratum)
within the tree for machine placement. A time server placed higher in the tree (lower stratum number), provides a higher likelihood of
agreement with the UTC time standard.
Some of the hosts act as time servers, that is, they provide what they believe is the correct time to other hosts. Other hosts act as clients,
that is, they find out what time it is by querying a time server. Some hosts act as both clients and time servers, because these hosts are
links in a chain over which the correct time is forwarded from one host to the next. As part of this chain, a host acts first as a client to get
the correct time from another host that is a time server. It then turns around and functions as a time server when other hosts, acting as
clients, send requests to it for the correct time.
Principle Description
N/A
9.2.2 Configuration
Before configuring NTP client, make sure that NTP service is enabled on Server.
Switch#configure terminal
www.fs.com 168
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Enter the interface configure mode and join the vlan
Enable a trustedkey; Configure the IP address of the NTP server; Enable authentication; Once you have enabled authentication, the client
switch sends the time-of-day requests to the trusted NTP servers only; Configure ntp ace.
Switch(config)# end
step 7 Validation
www.fs.com 169
S3950-4T12S SWITCH CONFIGURATION GUIDE
Note1: Use the following command to enable both in-band and management interface
Switch(config)# end
step 5 Validation
Configuring NTP Server (Use the ntpd of linux system for example)
www.fs.com 170
S3950-4T12S SWITCH CONFIGURATION GUIDE
9.3.1 Overview
Function Introduction
Phy loopback is a proprietary based loopback. There are 2 types of phy loopback: phy(including internal and external) level loopback and
port level loopback.
If a physical port is configured as “external phy loopback”, all packets coming into this port should be loopback back from the port
itself at phy level.
If a physical port is configured as “internal phy loopback”, all packets expected out from this port should be looped back to specified
physical port.
If a physical port is configured as “port loopback”, all packets coming into this port should be looped back from the port itself, and
whether to swap the SMAC with the DMAC should be selectable by users. And if the MAC is swapped, the CRC should be
recalculated.
Principle Description
N/A
www.fs.com 171
S3950-4T12S SWITCH CONFIGURATION GUIDE
9.3.2 Configuration
step 2 Enter the interface configure mode and set loopback phy external
step 4 Validation
step 2 Enter the interface configure mode and set loopback phy internal and specify the destination interface
www.fs.com 172
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 4 Validation
step 2 Enter the interface configure mode and set loopback phy mac-address swap
step 4 Validation
N/A
9.3.5 Overview
Function Introduction
The tool L2 ping is a useful application which’s purpose is detecting the connection between two switches. The L2 ping tool is not same
with the well-known ‘ping IP-ADDRESS’ in the WINDOWS system. The normal “ping” is realized by the protocol ICMP which is dependent on
the IP layer, so it may be inapplicable if the destination device is only Layer 2 switch. But the protocol used by L2 ping is only relying on
Layer 2 ethernet packets.
When L2 ping is started, the L2 ping protocol packet (with ether type ‘36873(0x9009)’) is sent from a specified physical port to another
specified destination port. At the destination end, the L2 ping protocol will be sent back via non 802.1ag loopback, or via a configuration
“l2 ping response”. The device which is pinging, will receive the ping response packet, and print the ping result.
Principle Description
N/A
www.fs.com 173
S3950-4T12S SWITCH CONFIGURATION GUIDE
9.3.6 Configuration
The configurations are almost same on Switch1 and Switch2, except the parts which are specially pointed out.
step 2 Enter the interface configure mode and turn up the interface
Configure on Switch2:
Operate on Switch1:
Switch1# l2 ping 001e.0808.58f1 interface eth-0-1 count 10 interval 1000 timeout 2000
001e.0808.58f1 is the MAC address of the interface on Switch2. It can be gained by command “show interface eth-0-1” on Switch2.
N/A
www.fs.com 174
S3950-4T12S SWITCH CONFIGURATION GUIDE
9.4.1 Overview
Function Introduction
RMON is an Internet Engineering Task Force (IETF) standard monitoring specification that allows various network agents and console
systems to exchange network monitoring data. You can use the RMON feature with the Simple Network Management Protocol (SNMP)
agent in the switch to monitor all the traffic flowing among switched on all connected LAN segments.
RMON is a standard monitoring specification that defines a set of statistics and functions that can be exchanged between RMON-
compliant console systems and network probes RMON provides you with comprehensive network-fault diagnosis, planning, and
performance-tuning information.
Principle Description
N/A
9.4.2 Configuration
step 2 Enter the interface configure mode and create a stats and a history
Switch(config)# rmon event 1 log trap public description test_event owner test
step 4 Create a alarm using event 1 we created before and monitor the alarm on ETHERSTATSBROADCASTPKTS on eth-0-1
Switch(config)# rmon alarm 1 etherStatsEntry.6.1 interval 1000 delta rising-threshold 1000 event 1 falling-threshold 1 event 1 owner test
Switch(config)# end
step 6 Validation
www.fs.com 175
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
9.5.1 Overview
Function Introduction
SNMP is an application-layer protocol that provides a message format for communication between managers and agents. The SNMP
system consists of an SNMP manager, an SNMP agent, and a MIB. The SNMP manager can be part of a network management system (NMS).
The agent and MIB reside on the switch. To configure SNMP on the switch, you define the relationship between the manager and the
agent. The SNMP agent contains MIB variables whose values the SNMP manager can request or change. A manager can get a value from
an agent or store a value into the agent. The agent gathers data from the MIB, the repository for information about device parameters and
network data. The agent can also respond to a manager’s requests to get or set data. An agent can send unsolicited traps to the manager.
Traps are messages alerting the SNMP manager to a condition on the network. Error user authentication, restarts, link status (up or down),
MAC address tracking, closing of a Transmission Control Protocol (TCP) connection, loss of connection to a neighbor, or other significant
events may send a trap.
Principle Description
Following is a brief description of terms and concepts used to describe the SNMP protocol:
Agent: A network-management software module, an agent has local knowledge of management information and translates that
information into a form compatible with SNMP.
Management Information Base (MIB): Management Information Base, collection of information is organized hierarchically.
www.fs.com 176
S3950-4T12S SWITCH CONFIGURATION GUIDE
9.5.2 Configuration
Enable SNMP
Switch(config)# end
step 4 Validation
You use the SNMP community string to define the relationship between the SNMP manager and the agent. The community string acts like
a password to permit access to the agent on the switch. Optionally, you can specify one or more of these characteristics associated with
the string:
A MIB view, which defines the subset of all MIB objects accessible to the given community
Read and write or read-only permission for the MIB objects accessible to the community
Beginning in privileged EXEC mode, follow these steps to configure a community string on the switch.
Configure a view named “DUT”(optional); Configure a community named “public” with read access and view “DUT”.
www.fs.com 177
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 4 Validation
You can specify an identification name (engine ID) for the local SNMP server engine on the switch. You can configure an SNMP server
group that maps SNMP users to SNMP views, you can add new users to the SNMP group, and you can add access for the SNMP group.
Beginning in privileged EXEC mode, follow these steps to configure SNMP on the switch.
Set engineID; Set the user name, password, and authentication type; Create SNMP server; Set the authority for the group member.
Switch(config)# end
step 4 Validation
Beginning in privileged EXEC mode, follow these steps to configure SNMP on the switch.
Enable all supported traps; Configure a remote trap manager which IP is “10.0.0.2”; Configure a remote trap manager which IPv6 address is
“2001:1000::1”.
Switch(config)# end
www.fs.com 178
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 4 Validation
Enable all supported traps; Configure a trap notify item for SNMPv3; Configure a remote trap manager’s IP address; Configure a remote
trap manager’s IPv6 address; Add a local user to SNMPv3 notifications.
Switch(config)# end
step 4 Validation
N/A
www.fs.com 179
S3950-4T12S SWITCH CONFIGURATION GUIDE
9.6.1 Overview
Function Introduction
sFlow is a technology for monitoring traffic in data networks containing switches and routers. In particular, it defines the sampling
mechanisms implemented in a sFlow Agent for monitoring traffic, and the format of sample data used by the sFlow Agent when
forwarding data to a central data collector.
The architecture and sampling techniques used in the sFlow monitoring system are designed to provide continuous site-wide (and
network-wide) traffic monitoring for high speed switched and routed networks.
The sFlow Agent uses two forms of sampling: statistical packet-based sampling of switched flows, and time-based sampling of network
interface statistics.
Principle Description
N/A
9.6.2 Configuration
www.fs.com 180
S3950-4T12S SWITCH CONFIGURATION GUIDE
Set the agent IP address, set the collector IP address and udp port. If the udp port is not specified, it means default port 6364.
NOTE: At list one Agent and one collector must be configured for sflow. User can use IPv4 or IPv6.
step 4 Enter the interface configure mode and set the attributes of the interfaces
step 6 Validation
www.fs.com 181
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
9.7.1 Overview
Function Introduction
LLDP(Link Layer Discovery Protocol)is the discovery protocol on link layer defined as standard in IEEE 802.1ab. Discovery on Layer 2 can
locate interfaces attached to the devices exactly with connection information on layer 2, such as VLAN attribute of port and protocols
supported, and present paths among client, switch, router, application servers and other network servers. This detailed description is
helpful to get useful information for diagnosing network fast, like topology of devices attached, conflict configuration between devices,
and reason of network failure.
Principle Description
N/A
9.7.2 Configuration
step 3 Enter the interface configure mode and set the attributes of LLDP on the interface
Configure the transmitting interval of LLDP packet to 40 seconds; Configure the transmitting delay of LLDP packet to 3 seconds; Configure
the reinit delay of LLDP function to 1 second.
Switch(config)# end
step 6 Validation
www.fs.com 182
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com 183
S3950-4T12S SWITCH CONFIGURATION GUIDE
10.1.1 Overview
Function Introduction
Quality of Service (QoS) can be used to give certain traffic priority over other traffic. Without QoS, all traffic in a network has the same
priority and chance of being delivered on time. If congestion occurs, all traffic has the same chance of being dropped. With QoS, specific
network traffic can be prioritized to receive preferential treatment. In turn, a network performs more predictably, and utilizes bandwidth
more effectively.
Classification information can be carried in the Layer-3 IP packet header or the Layer-2 frame. IP packet headers carry the information
using 6 bits or 3 bits from the deprecated IP type of service (TOS) field. Layer-2 802.1Q frames carry the information using a 2-byte Tag
Control Information field.
All switches and routers accessing the Internet depend on class information to give the same forwarding treatment to packets with the
same class information, and give different treatment to packets with different class information. A packet can be assigned class
information, as follows:
End hosts or switches along a path, based on a configured policy
Detailed packet examination, expected to occur nearer to the network edge, to prevent overloading core switches and routers
A combination of the above two techniques
Class information can be used by switches and routers along a path to limit the amount of allotted resources per traffic class.
Per-hop behavior is an individual device’s behavior when handling traffic in the DiffServ architecture. An end-to-end QoS solution can be
created if all devices along a path have consistent per-hop behavior.
Principle Description
ACL
Access control lists (ACLs) classify traffic with the same characteristics. IP traffic is classified using IP ACLs, and non-IP traffic is classified
using MAC ACLs. The ACL can have multiple access control entries (ACEs), which are commands that match fields against the contents of
the packet.
CoS Value
Class of Service (CoS) is a 3-bit value used to classify the priority of Layer-2 frames upon entry into a network.
QoS classifies frames by assigning priority-indexed CoS values to them, and gives preference to higher-priority traffic.
Layer-2 802.1Q frame headers have a 2-byte Tag Control Information field that carries the CoS values in the 3 most significant bits, called
the User Priority bits. On interfaces configured as Layer-2 802.1Q trunks, all traffic is in 802.1Q frames, except for traffic in the native VLAN.
Other frame types cannot carry Layer-2 CoS values. CoS values range from 0 to 7.
DSCP Value
Differentiated Services Code Point (DSCP) is a 6-bit value used to classify the priority of Layer-3 packets upon entry into a network.
IP-Precedence Value
IP-Precedence is a 3-bit value used to classify the priority of Layer-3 packets upon entry into a network.
www.fs.com 184
S3950-4T12S SWITCH CONFIGURATION GUIDE
EXP Value
EXP value is a 3-bit value used to classify the priority of MPLS packets upon entry into a network.
Classification
Classification distinguishes one kind of traffic from another by examining the fields in the packet. The process generates an internal
priority for a packet, which identifies all future QoS actions to be taken on the packet.
Each packet is classified upon entry into the network. At the ingress, the packet is inspected, and the priority is determined based on ACLs
or the configuration. The Layer-2 CoS value is then mapped to a priority value.
The classification is carried in the IP packet header using 6 bits or 3 bits from the deprecated IP TOS field to carry the classification
information. Classification can also occur in the Layer-2 frame.
Classification is enabled only if QoS is globally enabled on the switch. By default, QoS is globally disabled, thus, no classification occurs.
Classification occurs on an ingress physical port, but not at the switch virtual interface level.
Classification can be based on CoS/inner-CoS/DSCP/IP-Precedence, default port cos, or class maps and policy maps.
Shaping
Shaping is to change the rate of incoming traffic flow to regulate the rate in such a way that the outgoing traffic flow behaves more
smoothly. If the incoming traffic is highly bursty, it needs to be buffered so that the output of the buffer is less bursty and smoother.
Policing
Policing determines whether a packet is in or out of profile by comparing the internal priority to the configured policer.
The policer limits the bandwidth consumed by a traffic flow. The result is given to the marker.
Marking
Marking determines how to handle a packet when it is out of profile. It assesses the policer and the configuration information to
determine the action required for the packet, and then handles the packet using one of the following methods:
Queuing
Queuing maps packets to a queue. Each egress port can accommodate up to 8 unicast queues, 4 multicast queues and 1 SPAN queue.
The packet internal priority can be mapped to one of the egress queues. The unit of queue depth is buffer cell. Buffer cell is the granularity,
which is 288 bytes, for packet storing.
www.fs.com 185
S3950-4T12S SWITCH CONFIGURATION GUIDE
Tail Drop
Tail drop is the default congestion-avoidance technique on the interface. With tail drop, packets are queued until the thresholds are
exceeded. The packets with different priority and color are assigned to different drop precedence. The mapping between priority and
color to queue and drop precedence is configurable. You can modify the three tail-drop threshold to every egress queue by using the
queue threshold interface configuration command. Each threshold value is packet buffer cell, which ranges from 0 to 16383.
WRED
Weighted Random Early Detection (WRED) differs from other congestion-avoidance techniques because it attempts to anticipate and
avoid congestion, rather than controlling congestion when it occurs.
WRED reduces the chances of tail drop by selectively dropping packets when the output interface begins to show signs of congestion. By
dropping some packets early rather than waiting until the queue is full, WRED avoids dropping large numbers of packets at once. Thus,
WRED allows the transmission line to be fully used at all times. WRED also drops more packets from large users than small. Therefore,
sources that generate the most traffic are more likely to be slowed down versus sources that generate little traffic.
You can enable WRED and configure the two thresholds for a drop-precedence assigned to every egress queues. The WRED’s color drop
precedence map is the same as tail-drop’s. Each min-threshold represents where WRED starts to randomly drop packets. After min-
threshold is exceeded, WRED randomly begins to drop packets assigned to this threshold. As the queue max-threshold is approached,
WRED continues to drop packets randomly with the rate of drop-probability. When the max-threshold is reached, WRED drops all packets
assigned to the threshold. By default, WRED is disabled.
Scheduling
Scheduling forwards conditions packets using combination of WDRR and SP. Every queue belongs to a class. The class range from 0 to 7,
and 7 is the highest priority. Several queues can be in a same class, or non queue in some class. Packets are scheduled by SP between
classes and WDRR between queues in a class.
Strict Priority-Based (SP), in which any high-priority packets are first transmitted. Lower-priority packets are transmitted only when
the higher-priority queues are empty. A problem may occur when too many lower-priority packets are not transmitted.
Weighted Deficit Round Robin (WDRR), in which each queue is assigned a weight to control the number of packets relatively sent
from each queue.
Class Map
A class map names and isolates specific traffic from other traffic. The class map defines the criteria used to match against a specific traffic
flow to further classify it. The criteria can match several access groups defined by the ACL.
If there is more than one type of traffic to be classified, another class map can be created under a different name. After a packet is matched
against the class-map criteria, it is further classified using a policy map.
Policy Map
A policy map specifies on which traffic class to act. This can be implemented as follows:
www.fs.com 186
S3950-4T12S SWITCH CONFIGURATION GUIDE
Mapping Tables
During QoS processing, the switch represents the priority of all traffic (including non-IP traffic) with an internal priority value:
During classification, QoS uses configurable mapping tables to derive the internal priority (a 6-bit value) from received CoS, EXP(3-
bit), DSCP or IP precedence (3-bit) values. These maps include the CoS-to-priority-color/COS-to-PHB map, EXP-to-priority-color/EXP-
to-PHB map, DSCP-to-priority-color/DSCP-to-PHB map and the IP-precedence-to- priority-color/IP-PREC-to-PHB map.
During policing, QoS can assign another priority and color to an IP or non-IP packet (if the packet matches the class-map). This
configurable map is called the policed-priority-color map.
Before the traffic reaches the scheduling stage, and replace CoS or DSCP is set, QoS uses the configurable priority-color-to-CoS or
priority-color-to-DSCP map to derive a CoS or DSCP value from the internal priority color.
Each QoS domain has an independent set of map tables mentioned above.
Time-range
By using time-range, the aces in the class-map can be applied based on the time of day or week. First, define a time-range name and set
the times and the dates or the days of the week in the time range. Then enter the time-range name when adding an ace. You can use the
time-range to define when the aces in the class-map are in effect, for example, during a specified time period or on specified days of the
week.
SRTCM
TRTCM
CIR
CBS
EIR
EBS
PIR
PBS
10.1.2 Configuration
www.fs.com 187
S3950-4T12S SWITCH CONFIGURATION GUIDE
There can be multiple ACLs per class map. An ACL can have multiple access control entries that match fields against the packet
contents.
QoS policing cannot be configured on virtual interface.
When queeu shaping is configured, the total CIR of all queues on the port cannot neither port speed nor port shaping speed.
Enable QoS
By default, QoS is disabled on the switch, which means that the switch offers best-effort service to each packet regardless of the packet
contents or size. All the packets map to egress queue 0 with both tail-drop thresholds set to 100 percent of the total queue size. When the
buffer is full, packets are dropped.
Switch(config)# end
step 4 Validation
Tail drop is the default congestion-avoidance technique on every egress queue. With tail drop, packets are queued until the thresholds are
exceeded. The following shows configuring tail drop threshold for different drop-precedence. Follow these steps from Privileged Exec
mode.
step 2 Enter the interface configure mode and configure the tail drop
queue <QID> tail-drop threshold THRESHOLD0 THRESHOLD1 THRESHOLD2 to set threshold for different drop precedence. THRESHOLD0 =
threshold for drop precedence 0 packets, range is 0-12284. THRESHOLD1 = threshold for drop precedence 1 packets, range is 0-12285.
THRESHOLD2 = threshold for drop precedence 2 packet, range is 0-12286.
Configure drop precedence0 packet drop threshold is 2000, drop precedence1 packet drop threshold is 3000, and drop precedence2
packet drop threshold is 4000
Switch(config)# interface eth-0-1
Switch(config-if)# queue 3 tail-drop threshold 2000 3000 4000
Switch(config-if)# exit
Switch(config)# end
step 4 Validation
www.fs.com 188
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring WRED
WRED reduces the chances of tail drop by selectively dropping packets when the output interface detects congestion. By dropping some
packets early rather than waiting until the queue is full, WRED avoids TCP synchronization dropping and thereafter improves the overall
network throughput. The following shows configuring WRED threshold for different color. Follow these steps from Privileged Exec mode.
The following example shows configuring WRED threshold for queue 1. In this example, the min-threshold for drop precedence 0, drop
precedence 1, and drop precedence 2 packet is 32, 48, and 64, respectively; the max-threshold is 596, 612, and 628, respectively. If
buffered packets exceed min-threshold, the subsequent packet will be dropped randomly with rate of 1024/65535 by default.
step 2 Enter the interface configure mode and enable WRED and set the threshold
Switch(config)# end
step 4 Validation
www.fs.com 189
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Schedule
Packets are scheduled by SP between different classes and WDRR between queues in the same class.
The following shows mapping queue to different classes and configuring WDRR weight. Follow these steps from Privileged Exec mode.
step 2 Enter the interface configure mode and configure the schedule
Switch(config)# end
step 4 Validation
www.fs.com 190
S3950-4T12S SWITCH CONFIGURATION GUIDE
All traffic received or transmitted in the physical interface can be limited rate, and all the exceeding traffic will be dropped.
The following shows creating a port-policer to limit bandwidth. Follow these steps from Privileged Exec mode.
The no port-policier input|output command deletes a port policer. The following example shows creating an ingress port policer. In this
example, if the received traffic exceeds a 48000-kbps average traffic rate, it is dropped.
step 2 Enter the interface configure mode and configure the policing
Switch(config)# end
step 4 Validation
www.fs.com 191
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Shaping
All traffic transmitted in the physical interface can be shaped, and all the exceeding traffic will be buffered. If no buffer, it is dropped.
The following shows creating a port shaping to shape traffic. Follow these steps from Privileged Exec mode.
step 2 Enter the interface configure mode and configure the Shaping
Configure the received traffic exceeds a 50 percent of the whole interface bandwidth, it will be buffered
Switch(config)# end
step 4 Validation
www.fs.com 192
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Policy
The following shows creating an IP ACL for IP traffic. Follow these steps from Privileged Exec mode.
The following example shows allowing access only for hosts on three specified networks. Wildcard bits correspond to the network address
host portions. If a host has a source address that does not match the access list statements, it is rejected.
Switch(config)# end
step 4 Validation
Create class-map
The following shows classifying IP traffic on a physical-port basis using class maps. This involves creating a class map, and defining the
match criterion.
If neither the match-any or match-all keyword is specified, the default is match-any. match access-group NAME to define the match
criterion. NAME = name of the ACL created using the ip access-list command.
The no class-map command deletes an existing class-map. The following example shows configuring a class map named cmap1 with 1
match criterion: IP access list ip-acl, which allows traffic from any source to any destination.
www.fs.com 193
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Create and enter into class-map cmap1 mode, Configure ip-acl into cmap1
class-map (match-any|match-all) NAME to create a class map. match-any = Use the match-any keyword to perform a logical-OR of all
matching statements under this class map. One or more match criteria must be matched. match-all = Use the match-all keyword to
perform a logical-AND of all matching statements under this class map. All match criteria in the class map must be matched. NAME =
name of the class map.
Switch(config)# end
step 5 Validation
The following shows creating a policy map to classify, policer, and mark traffic.
There can be only one policy map per interface per direction. The no policy-map command deletes an existing policy-map. The no set
priority color command removes a specified priority color value. The no policer command removes an existing policer. The no trust
command removes trust policy. The no service-policy input|output command removes a policy map from interface.
The following example shows creating a policy map, and attaching it to an ingress interface. In this example, the IP ACL allows traffic from
network 10.1.0.0. If the matched traffic exceeds a 48000-kbps average traffic rate, it is dropped.
step 4 Create and enter into class-map cmap1 mode, Configure ip-acl into cmap1
step 5 Create and enter into policy-map pmap1 mode, Attach class-map cmap1 into policy-map pmap1, Configure 48000-kbps
average traffic rate to be limited
www.fs.com 194
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 6 Enter the interface configure mode and Attach policy-map pmap1 to interface
Switch(config)# end
step 8 Validation
CLASS-MAP-NAME: cmap1
match access-group: ip-acl
mode rfc2697, CIR 48000 kbps, CBS 10000 bytes, EBS 128000 bytes, color blind mode, drop color is red
The following shows creating an aggregate policer to classify, police, and mark traffic.
There can be only one policy map per interface per direction.
The no policer-aggregate command deletes an aggregate policer from a policy map. The no qos aggregate-policer command deletes an
aggregate policer.
The following example shows creating an aggregate policer, and attaching it to multiple classes within a policy map. In this example, the
IP ACLs allow traffic from network 10.1.0.0 and host 11.3.1.1. The traffic rate from network 10.1.0.0 and host 11.3.1.1 is policed. If the traffic
exceeds a 48000-kbps average traffic rate and an 8000-byte normal burst size, it is considered out of profile, and is dropped. The policy
map is attached to an ingress interface.
Switch(config)# qos aggregate-policer transmit1 mode rfc2697 color-blind cir 48000 cbs 8000 ebs 10000 drop-color red
step 5 Create and enter into class-map cmap1 mode, Configure ip-acl into cmap1
step 6 Create and enter into policy-map mode, Attach class-map into policy-map, Set cmap1 as policer-aggregate transmit1
www.fs.com 195
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 7 Enter the interface configure mode and Attach policy-map to interface
Switch(config)# end
step 8 Validation
CoS-Priority-Color Map:
The following shows modifying a CoS-Priority-Color map. This map is used to generate an internal priority color value from CoS during
classification; this value determines the QoS action in the DUT, such as selecting one of the eight egress queues, etc. The CoS value can
also came from the inner cos of incoming packets, if the port trusts inner cos.
step 3 Configure mapping cos 1 to priority 63 color green for QoS domain 1
step 4 Enter the interface configure mode and configure interface eth-0-1 to QoS domain 1, configure to trust cos
Switch(config)# end
step 6 Validation
www.fs.com 196
S3950-4T12S SWITCH CONFIGURATION GUIDE
IP-Precedence-Priority-Color Map:
The following shows modifying an IP-Precedence-Priority-Color map. This map is used to generate an internal priority color value from IP-
Precedence during classification; this value determines the QoS action in the DUT, such as selecting one of the eight egress queues, etc.
step 3 Configure mapping ip-prec 1 to priority 63 color green for QoS domain 1
step 4 Enter the interface configure mode and configure interface eth-0-1 to QoS domain 1, configure to trust ip-prec
Switch(config)# end
step 6 Validation
www.fs.com 197
S3950-4T12S SWITCH CONFIGURATION GUIDE
-------------------------------------------
IP-prec : 0 1 2 3 4 5 6 7
priority: 0 63 16 24 32 40 48 56
color : green green green green green green green green
?
Switch# show qos domain 1 map-table ingress ip-prec-priority-color default QoS DOMAIN 1, IP PRECEDENCE map to PRIORITY & COLOR:
——————————————- IP-prec : 0 1 2 3 4 5 6 7 priority: 0 8 16 24 32 40 48 56
color : green green green green green green green green
?
Switch# show qos interface eth-0-1 Input port policer: mode rfc2697, CIR 48000 kbps, CBS 10000 bytes, EBS 16000 bytes, color blind mode,
drop color is red
Interface QoS domain: 1
Interface trust state: ip-prec
Interface default CoS value: 0
EXP-Priority-Color Map:
The following shows modifying an EXP-Priority-Color map. This map is used to generate an internal priority color value from MPLS EXP
during classification; this value determines the QoS action in the DUT, such as selecting one of the eight egress queues, etc.
The following example shows mapping EXP 1 to priority 63 color green for QoS domain 1, and configure interface eth-0-1 to QoS domain
1 with trust dscp.
www.fs.com 198
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Configure mapping EXP 1 to priority 63 color green for QoS domain 1
step 4 Enter the interface configure mode and configure interface eth-0-1 to QoS domain 1, configure to trust dscp, trust dscp for
ip packets and trust exp for mpls packets
Switch(config)# end
step 6 Validation
?
Switch# show qos domain 1 map-table ingress exp-priority-color default QoS DOMAIN 1, EXP map to PRIORITY & COLOR: ———————
———————- EXP : 0 1 2 3 4 5 6 7 priority: 0 8 16 24 32 40 48 56
color : green green green green green green green green
?
Switch# show qos interface eth-0-1 Input port policer: mode rfc2697, CIR 48000 kbps, CBS 10000 bytes, EBS 16000 bytes, color blind mode,
drop color is red
Interface QoS domain: 1
Interface trust state: dscp-exp
Interface default CoS value: 0
www.fs.com 199
S3950-4T12S SWITCH CONFIGURATION GUIDE
DSCP-Priority-Color Map:
The following shows modifying a DSCP-Priority-Color map. This map is used to generate an internal priority color value from DSCP during
classification; this value determines the QoS action in the DUT, such as selecting one of the eight egress queues, etc.
The following example shows mapping DSCP 34 to priority 63 color green for QoS domain 1, and configure interface eth-0-1 to QoS
domain 1 with trust dscp.
step 3 Configure mapping DSCP 34 to priority 63 color green for QoS domain 1
step 4 Enter the interface configure mode and configure interface eth-0-1 to QoS domain 1, Configure to trust dscp. trust dscp for
ip packets and trust exp for mpls packets
Switch(config)# end
step 6 Validation
www.fs.com 200
S3950-4T12S SWITCH CONFIGURATION GUIDE
priority: 56 57 58 59 60 61 62 63
color : green green green green green green green green
?
?
?
Switch# show qos domain 1 map-table ingress dscp-priority-color default QoS DOMAIN 1, DSCP map to PRIORITY & COLOR: ——————
————————- DSCP : 0 1 2 3 4 5 6 7
priority: 0 1 2 3 4 5 6 7
color : green green green green green green green green
——————————————- DSCP : 8 9 10 11 12 13 14 15
priority: 8 9 10 11 12 13 14 15
color : green green green green green green green green
——————————————- DSCP : 16 17 18 19 20 21 22 23
priority: 16 17 18 19 20 21 22 23
color : green green green green green green green green
——————————————- DSCP : 24 25 26 27 28 29 30 31
priority: 24 25 26 27 28 29 30 31
color : green green green green green green green green
——————————————- DSCP : 32 33 34 35 36 37 38 39
priority: 32 33 34 35 36 37 38 39
color : green green green green green green green green
——————————————- DSCP : 40 41 42 43 44 45 46 47
priority: 40 41 42 43 44 45 46 47
color : green green green green green green green green
——————————————- DSCP : 48 49 50 51 52 53 54 55
priority: 48 49 50 51 52 53 54 55
color : green green green green green green green green
——————————————- DSCP : 56 57 58 59 60 61 62 63
priority: 56 57 58 59 60 61 62 63
color : green green green green green green green green
?
Switch# show qos interface eth-0-1 Input port policer: mode rfc2697, CIR 48000 kbps, CBS 10000 bytes, EBS 16000 bytes, color blind mode,
drop color is red
Interface QoS domain: 1
Interface trust state: dscp-exp
Interface default CoS value: 0
www.fs.com 201
S3950-4T12S SWITCH CONFIGURATION GUIDE
Priority-Color-CoS Map:
The following shows modifying a Priority-Color-CoS map. This map is used to generate a new CoS from the internal priority color value in
egress; This map is used if two domains have different CoS definitions; this map translates a set of one domain’s CoS values to match the
other domain’s definition.
The following example shows mapping priority 63 color green to CoS 6, and replace CoS in the interface eth-0-1 egress.
step 4 Enter the interface configure mode and configure interface eth-0-1 to QoS domain 1, Configure to replace cos
Switch(config)# end
step 6 Validation
www.fs.com 202
S3950-4T12S SWITCH CONFIGURATION GUIDE
28 | 3 3 3
29 | 3 3 3
30 | 3 3 3
31 | 3 3 3
32 | 4 4 4
33 | 4 4 4
34 | 4 4 4
35 | 4 4 4
36 | 4 4 4
37 | 4 4 4
38 | 4 4 4
39 | 4 4 4
40 | 5 5 5
41 | 5 5 5
42 | 5 5 5
43 | 5 5 5
44 | 5 5 5
45 | 5 5 5
46 | 5 5 5
47 | 5 5 5
48 | 6 6 6
49 | 6 6 6
50 | 6 6 6
51 | 6 6 6
52 | 6 6 6
53 | 6 6 6
54 | 6 6 6
55 | 6 6 6
56 | 7 7 7
57 | 7 7 7
58 | 7 7 7
59 | 7 7 7
60 | 7 7 7
61 | 7 7 7
62 | 7 7 7
63 | 7 7 6 COS value
?
?
Switch# show qos domain 1 map-table egress priority-color-cos default QoS DOMAIN 1, CFI disable, PRIORITY & COLOR map to COS: |
COLOR: | red yellow green
——————————————- PRIORITY: 0 | 0 0 0
1 | 0 0 0
2 | 0 0 0
3 | 0 0 0
4 | 0 0 0
5 | 0 0 0
6 | 0 0 0
7 | 0 0 0
8 | 1 1 1
9 | 1 1 1
10 | 1 1 1
11 | 1 1 1
12 | 1 1 1
13 | 1 1 1
14 | 1 1 1
15 | 1 1 1
16 | 2 2 2
17 | 2 2 2
18 | 2 2 2
19 | 2 2 2
20 | 2 2 2
21 | 2 2 2
22 | 2 2 2
23 | 2 2 2
24 | 3 3 3
25 | 3 3 3
26 | 3 3 3
27 | 3 3 3
28 | 3 3 3
29 | 3 3 3
www.fs.com 203
S3950-4T12S SWITCH CONFIGURATION GUIDE
30 | 3 3 3
31 | 3 3 3
32 | 4 4 4
33 | 4 4 4
34 | 4 4 4
35 | 4 4 4
36 | 4 4 4
37 | 4 4 4
38 | 4 4 4
39 | 4 4 4
40 | 5 5 5
41 | 5 5 5
42 | 5 5 5
43 | 5 5 5
44 | 5 5 5
45 | 5 5 5
46 | 5 5 5
47 | 5 5 5
48 | 6 6 6
49 | 6 6 6
50 | 6 6 6
51 | 6 6 6
52 | 6 6 6
53 | 6 6 6
54 | 6 6 6
55 | 6 6 6
56 | 7 7 7
57 | 7 7 7
58 | 7 7 7
59 | 7 7 7
60 | 7 7 7
61 | 7 7 7
62 | 7 7 7
63 | 7 7 7 COS value
?
Switch# show qos interface eth-0-1 Interface QoS domain: 1 Interface trust state: cos Interface default CoS value: 0 Enable replace CoS
Schedule mode: SP(between Class), WDRR(between queue in the same Class)
The number of class on interface: 8
Strict priority class ID: 7 6 5 4 3 2 1 0
The number of egress queue: 8
Queue 0 class 0, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 1 class 1, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 2 class 2, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 3 class 3, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 4 class 4, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 5 class 5, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 6 class 6, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 7 class 7, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Priority-Color-DSCP Map:
www.fs.com 204
S3950-4T12S SWITCH CONFIGURATION GUIDE
The following shows modifying a Priority-Color-DSCP map. This map is used to generate a new DSCP from the internal priority color value
in egress; This map is used if two domains have different DSCP definitions; this map translates a set of one domain’s DSCP values to match
the other domain’s definition.
The following example shows mapping priority 63 color green to DSCP 60, and replace DSCP in the interface eth-0-1 egress.
step 4 Enter the interface configure mode and configure interface eth-0-1 to QoS domain 1, Configure to replace dscp
Switch(config)# end
step 6 Validation
www.fs.com 205
S3950-4T12S SWITCH CONFIGURATION GUIDE
33 | 33 33 33
34 | 34 34 34
35 | 35 35 35
36 | 36 36 36
37 | 37 37 37
38 | 38 38 38
39 | 39 39 39
40 | 40 40 40
41 | 41 41 41
42 | 42 42 42
43 | 43 43 43
44 | 44 44 44
45 | 45 45 45
46 | 46 46 46
47 | 47 47 47
48 | 48 48 48
49 | 49 49 49
50 | 50 50 50
51 | 51 51 51
52 | 52 52 52
53 | 53 53 53
54 | 54 54 54
55 | 55 55 55
56 | 56 56 56
57 | 57 57 57
58 | 58 58 58
59 | 59 59 59
60 | 60 60 60
61 | 61 61 61
62 | 62 62 62
63 | 63 63 60 DSCP value
?
Switch# show qos domain 1 map-table egress priority-color-dscp default QoS DOMAIN 1, PRIORITY & COLOR map to DSCP: | COLOR: | red
yellow green
——————————————- PRIORITY: 0 | 0 0 0
1 | 1 1 1
2 | 2 2 2
3 | 3 3 3
4 | 4 4 4
5 | 5 5 5
6 | 6 6 6
7 | 7 7 7
8 | 8 8 8
9 | 9 9 9
10 | 10 10 10
11 | 11 11 11
12 | 12 12 12
13 | 13 13 13
14 | 14 14 14
15 | 15 15 15
16 | 16 16 16
17 | 17 17 17
18 | 18 18 18
19 | 19 19 19
20 | 20 20 20
21 | 21 21 21
22 | 22 22 22
23 | 23 23 23
24 | 24 24 24
25 | 25 25 25
26 | 26 26 26
27 | 27 27 27
28 | 28 28 28
29 | 29 29 29
30 | 30 30 30
31 | 31 31 31
32 | 32 32 32
33 | 33 33 33
34 | 34 34 34
35 | 35 35 35
www.fs.com 206
S3950-4T12S SWITCH CONFIGURATION GUIDE
36 | 36 36 36
37 | 37 37 37
38 | 38 38 38
39 | 39 39 39
40 | 40 40 40
41 | 41 41 41
42 | 42 42 42
43 | 43 43 43
44 | 44 44 44
45 | 45 45 45
46 | 46 46 46
47 | 47 47 47
48 | 48 48 48
49 | 49 49 49
50 | 50 50 50
51 | 51 51 51
52 | 52 52 52
53 | 53 53 53
54 | 54 54 54
55 | 55 55 55
56 | 56 56 56
57 | 57 57 57
58 | 58 58 58
59 | 59 59 59
60 | 60 60 60
61 | 61 61 61
62 | 62 62 62
63 | 63 63 63 DSCP value
?
Switch# show qos interface eth-0-1 Interface QoS domain: 1 Interface trust state: cos Interface default CoS value: 0 Enable replace DSCP
Enable replace CoS
Schedule mode: SP(between Class), WDRR(between queue in the same Class)
The number of class on interface: 8
Strict priority class ID: 7 6 5 4 3 2 1 0
The number of egress queue: 8
Queue 0 class 0, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 1 class 1, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 2 class 2, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 3 class 3, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 4 class 4, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 5 class 5, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 6 class 6, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
Queue 7 class 7, DRR weight 1
Tail drop mode
Tail drop threshold(Tresh0 Tresh1 Tresh2): 224 240 256
N/A
www.fs.com 207
S3950-4T12S SWITCH CONFIGURATION GUIDE
11.1.1 Overview
Function Introduction
Tunneling is an encapsulation technology, which uses one network protocol to encapsulate packet of another network protocol and
transfer them over a virtual point to point connection. The virtual connection is called a tunnel. Tunneling refers to the whole process from
data encapsulation to data transfer to data de-encapsulation.
Principle Description
When it is required to communicate with isolated IPv4 networks, you should create a tunnel mechanism between them. The tunnel with
transmit protocol of gre connected with two isolated IPv4 island is called IPv4 gre tunnel, which is that IPv4 packets are encapsulated by
gre protocol over outer IPv4 packets. Gre tunnel would add gre head in encapsulated packets, including key, sequence, checksum and so
on. In order to make an implement of gre tunnel, both tunnel endpoints must support the IPv4 protocol stacks.
A host in the IPv4 network sends an IPv4 packet to Switch1 at the tunnel source.
After determining according to the routing table that the packet needs to be forwarded through the tunnel, Switch1 encapsulates
the IPv4 packet with an IPv4 header and forwards it through the physical interface of the tunnel.
Switch2 forwards the packet according to the destination address in the de-encapsulated IPv4 packet. If the destination address is
the device itself, Switch2 forwards the IPv4 packet to the upper-layer protocol for processing. In the process of de-encapsulation, it
would check gre key, only the matched key of packet can be processed, otherwise discarded.
The ip address of tunnel source and tunnel destination is manually assigned, and it provides point-to-point connection. By using overlay
tunnels, you can communicate with isolated IPv4 networks without upgrading the IPv4 infrastructure between them. Overlay tunnels can
be configured between border routers or between border routers and a host.
The primary use is for stable connections that require regular secure communication between two edge routers or between an end
system and an edge router, or for connection to remote IPv4 networks, gre key is alternative configuration.
www.fs.com 208
S3950-4T12S SWITCH CONFIGURATION GUIDE
11.1.2 Configuration
As the topology shows, two IPv4 networks connect to the network via Switch1 and Switch2. An Ipv4 gre tunnel is required between
Switch1 and Switch2, in order to connect two networks.
NOTE: A reachable Ipv4 route is necessary for forwarding tunnel packet. Ipv4 address must be configured on tunnel interface; otherwise
the route via this tunnel interface is invalid.
The following configuration should be operated on all switches if the switch ID is not specified.
step 2 Enter the interface configure mode and set the attributes of the interface
www.fs.com 209
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Switch1:
Configuring Switch2:
Switch(config)# end
step 6 Validation
www.fs.com 210
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
www.fs.com 211
S3950-4T12S SWITCH CONFIGURATION GUIDE
12.1.1 Overview
Function Introduction
BHM is a module which is used to monitor other Processes. When a monitored Process is uncontrolled, the BHM module will take
measures, such as printing warning on screen, shutting all ports, or restarting the system, to help or remind users to recover the system.
The monitored Processes include RIP, RIPNG, OSPF, OSPF6, BGP, LDP, RSVP, PIM, PIM6, 802.1X, LACP MSTP, DHCP-RELAY, DHCP-RELAY6,
RMON, OAM, ONM, SSH, SNMP, PTP, SSM. In addition, some system procedures are also monitored, including NSM, IMI, CHSM, HSRVD.
There are three activations of BHM, including “reload system”, including “reload system”,“warning”, “shutdown port”.
Principle Description
N/A
12.1.2 Configuration
NOTE: There are three activations of BHM, including “reload system”,“warning”, “shutdown port”.
Switch(config)# end
step 5 Validation
N/A
12.2.1 Overview
Function Introduction
CPU traffic limit is a useful mechanism for protecting CPU from malicious flows by injecting huge volume of PDUs into switches.
With this two-level protection, each PDU-to-CPU rate is limited and the overall PDU-to-CPU rate is also limited.
www.fs.com 212
S3950-4T12S SWITCH CONFIGURATION GUIDE
NOTE: The word “reason”, means this type of packets will be sent to cpu for further processing.
Reason Description
arp Address Resolution Protocol
www.fs.com 213
S3950-4T12S SWITCH CONFIGURATION GUIDE
Reason Description
egress-ttl-fail Egress ttl fail packet
The default rate and class configuration for all reason is as following.
bpdu 64 3
dhcp 128 0
eapol 128 0
erps 128 3
fwd-to-cpu 64 0
icmp-redirect 128 0
igmp 128 2
ip-option 512 0
ipda 1000 0
ssh 64 3
telnet 64 3
mlag 1000 1
tcp 64 2
ldp 512 1
macsa-mismatch 128 0
mcast-rpf-fail 128 1
mpls-ttl-fail 64 0
ip-mtu-fail 64 0
ospf 256 1
pim 128 1
port-security-discard 128 0
rip 64 1
sflow-egress 128 0
sflow-ingress 128 0
slow-protocol 256 1
smart-link 128 2
www.fs.com 214
S3950-4T12S SWITCH CONFIGURATION GUIDE
udld 128 3
vlan-security-discard 128 0
vrrp 512 1
bfd-learning 128 1
dot1x-mac-bypass 64 2
bgp 256 1
egress-ttl-fail 64 0
icmpv6 64 2
l2protocol-tunnel 1000 0
loopback-detection 64 3
mirror-to-cpu 1000 0
ndp 64 2
tunnel-gre-keepalive 64 0
Principle Description
Terminology
12.2.2 Configuration
The default value of total rate is 2000, the unit is pps (packet-per-second)
NOTE: The valid range of reason class is 0-3. The larger number indicates the higher priority.
Switch(config)# end
step 6 Validation
To display the CPU Traffic Limit configuration, use following privileged EXEC commands.
www.fs.com 215
S3950-4T12S SWITCH CONFIGURATION GUIDE
To display the CPU Traffic statistics information, use following privileged EXEC commands.
www.fs.com 216
S3950-4T12S SWITCH CONFIGURATION GUIDE
telnet 0 0
mlag 0 0
tcp 0 0
ipda 0 0
icmp-redirect 0 0
mcast-rpf-fail 0 0
macsa-mismatch 0 0
port-security-discard 0 0
vlan-security-discard 0 0
egress-ttl-fail 0 0
ip-mtu-fail 0 0
bfd-learning 0 0
ptp 0 0
ip-option 0 0
tunnel-gre-keepalive 0 0
ucast-ttl-fail 0 0
mpls-ttl-fail 0 0
igmp 0 0
sflow-ingress 0 0
sflow-egress 0 0
fwd-to-cpu 0 0
l2protocol-tunnel 0 0
mirror-to-cpu 0 0
mpls-tp-pwoam 0 0
other 0 0
Total 0 0
N/A
12.3.1 Overview
Function Introduction
The Unidirectional Link Detection protocol is a light-weight protocol that can be used to detect and disable one-way connections before
they create dangerous situations such as Spanning Tree loops or other protocol malfunctions.
Principle Description
N/A
12.3.2 Configuration
www.fs.com 217
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 6 Validation
N/A
12.4.1 Overview
Function Introduction
ERPS technology increases the availability and robustness of Ethernet rings. In the event that a fiber cut occurs, ERPS converges in less
than one second, often in less than 50 milliseconds.
www.fs.com 218
S3950-4T12S SWITCH CONFIGURATION GUIDE
The main idea is described as the following. ERPS operates by declaring an ERPS domain on a single ring. On that ring domain, one switch,
or node, is designated the master node, while all other nodes are designated as transit nodes. One port of the master node is designated
as the master node’s primary port to the ring; another port is designated as the master node’s secondary port to the ring. In normal
operation, the master node blocks the secondary port for all non-ERPS traffic belonging to this ERPS domain, thereby avoiding a loop in
the ring. Keep-alive messages are sent by the master node in a pre-set time interval. Transit nodes in the ring domain will forward the ERPS
messages. Once a link failure event occurs, the master node will detect this either by receiving the link-down message sent by the node
adjacent to the failed link or by the timeout of the keep-alive message. After link failure is detected, master node will open the secondary
port for data traffic to re-route the traffic.
Principle Description
12.4.2 Configuration
ERPS is a soft-state protocol. The main requirement is to enable ERPS on desired devices, and configure the ERPS information correctly for
various network topologies.
This section provides ERPS configuration examples for their typical network topologies.
NOTE: The ports accessing an ERPS ring must be configured as trunk ports, permitting the traffic of data VLANs to pass through. If the
switch is enabled stacking, the port of ERPS ring should not on slave stacking device.
The ports accessing an ERPS ring must be configured as the members of the control VLAN, allowing the ERPS packets to be sent and
received.
STP on ports accessing ERPS rings must be disabled.
Only one node can be configured as master node.
Control VLAN must not be configured as Layer 3 interface.
VLAN mapping must not be enabled on the ERPS ports.
Native VLAN of a port accessing an ERPS ring must not be set as the primary control VLAN or the secondary control VLAN.
The following configuration should be operated on all switches if the switch ID is not specified.
www.fs.com 219
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 2 Enter the vlan configure mode and create the vlan
step 3 Enter the interface configure mode and set the attributes of the interface
As the topology shows, eth-0-9 and eth-0-10 of Switch1 and Switch2 join agg 11 and connect to each other directly. eth-0-13 of Switch1
and Switch3 connect to each other directly. eth-0-17 of Switch2 and Switch3 connect to each other directly.
Switch(config)# erps 11
Switch(config)# erps 11 primary control vlan 15
Switch(config)# erps 11 mstp instance 0
Switch(config)# erps 11 ring 1 level primary
Switch(config)# erps 11 ring 1 mode master
Switch(config)# erps 11 ring 1 primary interface agg11
Switch(config)# erps 11 ring 1 secondary interface eth-0-13
Switch(config)# erps 11 ring 1 enable
Switch(config)# erps 11 enable
Switch(config)# erps 11
Switch(config)# erps 11 primary control vlan 15
Switch(config)# erps 11 mstp instance 0
Switch(config)# erps 11 ring 1 level primary
Switch(config)# erps 11 ring 1 mode transit
Switch(config)# erps 11 ring 1 primary interface agg11
www.fs.com 220
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# erps 11
Switch(config)# erps 11 primary control vlan 15
Switch(config)# erps 11 mstp instance 0
Switch(config)# erps 11 ring 1 level primary
Switch(config)# erps 11 ring 1 mode transit
Switch(config)# erps 11 ring 1 primary interface eth-0-17
Switch(config)# erps 11 ring 1 secondary interface eth-0-13
Switch(config)# erps 11 ring 1 enable
Switch(config)# erps 11 enable
Switch(config)# end
step 6 Validation
www.fs.com 221
S3950-4T12S SWITCH CONFIGURATION GUIDE
total packets:0
hello packets:0 ring-up-flush-fdb packets:0
ring-down-flush-fdb packets:0 link-down packets:0
edge-hello packets:0 major-fault packets:0
Received:
total packets:114
hello packets:113 ring-up-flush-fdb packets:1
ring-down-flush-fdb packets:0 link-down packets:0
edge-hello packets:0 major-fault packets:0
Configure same ERPS domain at Switch1, Switch2, Switch3 and Switch4. Switch1, Switch2 and Switch3 consist of ERPS primary ring 1 while
Switch2, Switch3 and Switch4 consist of ERPS sub ring 2. Switch1 is configured as ERPS ring 1 master node and other two switches are
www.fs.com 222
S3950-4T12S SWITCH CONFIGURATION GUIDE
configured as ERPS transit nodes while Switch4 is configured as ERPS ring 2 master node. In addition Switch2 is configured as edge node
and Switch3 is configured as assistant-edge node.
The ports accessing an ERPS ring must be configured as trunk ports, permitting the traffic of data VLANs to pass through.
step 2 Enter the vlan configure mode and create the vlan
step 3 Enter the interface configure mode and set the attributes of the interface
Switch(config)# erps 1
Switch(config)# erps 1 primary control vlan 11
Switch(config)# erps 1 sub control vlan 12
Switch(config)# erps 1 mstp instance 0
Switch(config)# erps 1 ring 1 level primary
Switch(config)# erps 1 ring 1 mode master
Switch(config)# erps 1 ring 1 primary interface eth-0-9
Switch(config)# erps 1 ring 1 secondary interface eth-0-13
Switch(config)# erps 1 ring 1 enable
Switch(config)# erps 1 enable
Switch(config)# erps 1
Switch(config)# erps 1 primary control vlan 11
Switch(config)# erps 1 sub control vlan 12
Switch(config)# erps 1 mstp instance 0
Switch(config)# erps 1 ring 1 level primary
Switch(config)# erps 1 ring 1 mode transit
Switch(config)# erps 1 ring 1 primary interface eth-0-9
Switch(config)# erps 1 ring 1 secondary interface eth-0-20
Switch(config)# erps 1 ring 1 enable
www.fs.com 223
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# erps 1
Switch(config)# erps 1 primary control vlan 11
Switch(config)# erps 1 sub control vlan 12
Switch(config)# erps 1 mstp instance 0
Switch(config)# erps 1 ring 1 level primary
Switch(config)# erps 1 ring 1 mode transit
Switch(config)# erps 1 ring 1 primary interface eth-0-13
Switch(config)# erps 1 ring 1 secondary interface eth-0-20
Switch(config)# erps 1 ring 1 enable
Switch(config)# erps 1
Switch(config)# erps 1 sub control vlan 12
Switch(config)# erps 1 mstp instance 0
Switch(config)# erps 1 ring 2 level sub
Switch(config)# erps 1 ring 2 mode master
Switch(config)# erps 1 ring 2 primary interface eth-0-9
Switch(config)# erps 1 ring 2 secondary interface eth-0-13
Switch(config)# erps 1 ring 2 enable
Switch(config)# erps 1 enable
Switch(config)# end
step 6 Validation
www.fs.com 224
S3950-4T12S SWITCH CONFIGURATION GUIDE
www.fs.com 225
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
12.5.1 Overview
Function Introduction
The Smart Link is a simple but practical technology of fast link protection. It is a solution specific to dual uplink networking to fulfill
redundancy and fast migration of active and standby links.
www.fs.com 226
S3950-4T12S SWITCH CONFIGURATION GUIDE
Every smart-link group is included a pair of a layer 2 interfaces where one interface is configured to act as a standby to the other. The
feature provides an alternative solution to the STP. Users can disable STP and still retain basic link redundancy. The feature also support
load-balancing so than both interfaces simultaneously forward the traffic.
Principle Description
N/A
12.5.2 Configuration
The following configuration should be operated on all switches if the switch ID is not specified.
www.fs.com 227
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 2 Enter the vlan configure mode and create the vlan
step 3 Set the spanning tree mode and create mstp instance
step 4 Enter the interface configure mode and set the attributes of the interface
www.fs.com 228
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 5 Create smart link group and set the attributes of the group
Configure on Switch5:
Switch(config)# end
step 8 Validation
www.fs.com 229
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
www.fs.com 230
S3950-4T12S SWITCH CONFIGURATION GUIDE
12.6.1 Overview
Function Introduction
The Multi-Link is a simple but practical technology of fast link protection. It is a solution specific to multi-uplink networking to fulfill
redundancy and fast migration of between links.
The feature is like smart link, but links extend to four instead of two.
Principle Description
N/A
12.6.2 Configuration
The figure above is a typical multi-link application. The Switch1 are configured multi-link group. Switch2, Switch3, Switch4 and Switch5 are
configured multi-link flush receiver.
The following configuration should be operated on all switches if the switch ID is not specified.
step 2 Enter the vlan configure mode and create the vlan
www.fs.com 231
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 3 Set the spanning tree mode and create mstp instance
step 4 Enter the interface configure mode and set the attributes of the interface
step 5 Create multi link group and set the attributes of the group
Switch(config)# end
step 7 Validation
www.fs.com 232
S3950-4T12S SWITCH CONFIGURATION GUIDE
There is an enhanced method to improve the ability of multi-link to protect link. When all the interfaces of multi-link group are down, you
can enable another interface to send the enhance packet to peer which makes the instance state of one interface to change from block to
active. It would avoid the switch being the state of islet.
When 2 multi-link group on different switches backup for each other, multi-link members on one switch is blocked and can not protect
the traffic.
In this example:
Core switch A and B, Access switch A and B, make up a full-match topology.
Enable multi-link on Access switch A, the priority for link a/b/c is 1/2/3.
Enable multi-link on Access switch B, the priority for link d/e is 1/2.
In normal condition, link b/c/e are block, link a/d are active. As the following figure shows:
www.fs.com 233
S3950-4T12S SWITCH CONFIGURATION GUIDE
When link d/e are break down, the only out going link for Access switch B is link c, which is between Access switch A and Access switch B.
Because link c is blocked, the Access switch B is the state of islet. As the following figure shows:
www.fs.com 234
S3950-4T12S SWITCH CONFIGURATION GUIDE
The following configuration should be operated on all switches if the switch ID is not specified.
step 2 Enter the vlan configure mode and create the vlan
step 3 Set the spanning tree mode and create mstp instance
www.fs.com 235
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 4 Enter the interface configure mode and set the attributes of the interface
step 5 Create multi link group and set the attributes of the group
www.fs.com 236
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config)# end
step 7 Validation
www.fs.com 237
S3950-4T12S SWITCH CONFIGURATION GUIDE
============================================================
Instance states in the member interfaces:
A-ACTIVE , B-BLOCK , A(E)-ENHANCE_ACTIVE D-The interface is link-down
Map-instance-ID P1(eth-0-13) P2(eth-0-17) P3(N/A) P4(N/A)
1 A B D D
2 A B D D
12.7.1 Overview
Function Introduction
Monitor Link is a port collaboration function. Monitor Link usually works together with Layer 2 topology protocols. The idea is to monitor
the states of uplink ports and adapt the up/down state of downlink ports to the up/down state of uplink ports, triggering link switchover
on the downstream switch in time.
Principle Description
N/A
www.fs.com 238
S3950-4T12S SWITCH CONFIGURATION GUIDE
12.7.2 Configuration
step 2 Enter the interface configure mode and turn on the interface
step 3 Create multi link group and set the attributes of the group
Switch(config)# end
step 5 Validation
www.fs.com 239
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
12.8.1 Overview
Function Introduction
This chapter provides an overview of Virtual Router Redundancy Protocol (VRRP) and its implementation. VRRP eliminates the risk of a
single point of failure inherent in a static default routing environment. It specifies an election protocol that dynamically assigns
responsibility for a virtual router to one of the VRRP routers on a LAN. One of the major advantages of VRRP is that it makes default path
available without requiring configuration of dynamic routing on every end-host.
Principle Description
The VRRP module is based on: RFC 3768 (VRRP): Knight, S., et.al “Virtual Router Redundancy Protocol (VRRP)”
Terminology
Backup Router: VRRP router that back up an IP address. It assumes forwarding responsibility for the virtual IP address if the Master
fails.
Critical IP: The IP address that the VRRP router send/receive messages on for a particular session.
IP Address Owner: The VRRP Router that has the virtual router’s IP address (es) as real interface address (es). This is the router that,
when up, will respond to packets addressed to one of these IP addresses for ICMP pings, TCP connections, etc.
Master Router: The VRRP router that owns the IP address (i.e., is being backed up), and which is the default router for forwarding for
that IP address.
Virtual Router: A router managed by VRRP that acts as a default router for hosts on a shared LAN. It consists of a Virtual Router
Identifier and a set of associated IP addresses across a common LAN. A VRRP Router might backup one or more virtual routers.
VRRP Router: A router runs the Virtual Router Redundancy Protocol. It might participate in one or more virtual routers.
Typically, end hosts are connected to the enterprise network through a single router (first hop router) that is in the same Local Area
Network (LAN) segment. The most popular method of configuration for the end hosts is to statically configure this router as their default
gateway. This minimizes configuration and processing overhead. The main problem with this configuration method is that it produces a
single point of failure if this first hop router fails.
www.fs.com 240
S3950-4T12S SWITCH CONFIGURATION GUIDE
At first glance, the configuration outlined in might not seem very useful, as it doubles the cost and leaves one router idle at all times. This,
however, can be avoided by creating two virtual routers and splitting the traffic between them.
www.fs.com 241
S3950-4T12S SWITCH CONFIGURATION GUIDE
12.8.2 Configuration
The following configuration should be operated on all devices if the device ID is not specified.
step 2 Enter the interface configure mode and set the attributes of the interface
www.fs.com 242
S3950-4T12S SWITCH CONFIGURATION GUIDE
Set the priority on R2. R1 use the default value if the priority is not configured.
Configuring R1:
Configuring R2:
Switch(config-router)# enable
Switch(config-router)# exit
Switch(config)# end
step 8 Validation
www.fs.com 243
S3950-4T12S SWITCH CONFIGURATION GUIDE
In the one virtual router example earlier, R2 is not backed up by R1. This example illustrates how to backup R2 by configuring a second
virtual router.
In this configuration, R1 and R2 are two virtual routers and the hosts split their traffic between R1 and R2. R1 and R2 function as backups
for each other.
The following configuration should be operated on all devices if the device ID is not specified.
step 2 Enter the interface configure mode and set the attributes of the interface
www.fs.com 244
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring R1:
Configuring R2:
Switch(config)# end
step 5 Validation
www.fs.com 245
S3950-4T12S SWITCH CONFIGURATION GUIDE
Interface : eth-0-9
VMAC : 0000.5e00.0102
VRF : Default
Advt timer : 5 second(s)
Preempt mode : TRUE
Conf pri : 200 Run pri : 200
Increased pri : 0
Master router ip : 10.10.10.82
Master priority : 255
Master advt timer : 5 second(s)
Master down timer : 15 second(s)
Preempt delay : 0 second(s)
Learn master mode : FALSE
BFD session state : UNSET
www.fs.com 246
S3950-4T12S SWITCH CONFIGURATION GUIDE
To configure VRRP Circuit Failover, each circuit is configured to have a corresponding priority-delta value, which is passed to VRRP when a
failure occurs. The priority of each Virtual Router on the circuit is decremented by the priority delta value causing the VR Master to VR
Backup transition.
In this example, two routers R1 and R2 are configured as backup routers with different priorities. The priority-delta value is configured to
be greater than the difference of both the priorities. R1 is configured to have a priority of 100 and R2 has a priority of 90. R1 with a greater
priority is the Virtual Router Master. The priority-delta value is 20, greater than 10 (100 minus 90). On R1 when the external interface eth1
fails, the priority of R1 becomes 80 (100 minus 20). Since R2 has a greater priority (90) than R1, R2 becomes the VR Master and routing of
packages continues without interruption.
When this VR Backup (R1) is up again, it regains its original priority (100) and becomes the VR Master again.
The following configuration should be operated on all devices if the device ID is not specified.
step 2 Enter the interface configure mode and set the attributes of the interface
www.fs.com 247
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-if)# no shutdown
Switch(config-if)# exit
Configuring R1:
To get more information about track, please reference to the “Configuring Track” chapter.
Configuring R1:
Configuring R2:
Switch(config)# end
step 6 Validation
www.fs.com 248
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
12.9.1 Overview
Function Introduction
Track is used for link the functional modules and monitor modules. Track builds a system structure with 3 levels: “functional modules –
Track – monitor modules”.
Track can shield the difference of the monitor modules and provide an unitized API for the functional modules.
IP SLA
interface states
bfd states
Static route
VRRP
Track makes a communication for the functional modules and monitor modules. When link states or network performance is changed, the
monitor modules can detect the event and notify the track module; therefore track will change its owner states and notify the related
functional modules.
Principle Description
N/A
www.fs.com 249
S3950-4T12S SWITCH CONFIGURATION GUIDE
12.9.2 Configuration
The following configuration should be operated on all switches if the switch ID is not specified.
step 3 Enter the interface configure mode and set the attributes of the interface
Configuring Switch1:
www.fs.com 250
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-ipsla)# interval 9
Switch(config-ipsla)# statistics packet 10
Switch(config-ipsla)# statistics test 3
Switch(config-ipsla)# vrf vpn1
Switch(config-ipsla)# exit
frequency:Time between 2 probes. Valid range is 1-4800 second, default value is 60 seconds.
timeout:Timeout value for icmp reply. Valid range is 1-4800 second, default value is 5 seconds.
threshold: Timeout value for icmp threshold. Valid range is 1-4800000 millisecond, default value is 5000 millisecond.
packets-per-test:Packet number for each probe. Valid range is 1-10, default value is 3.
interval:Time between 2 packets. Valid range is 1-4800 second, default value is 6 seconds.
statistics packet:Packet number for statistics. Valid range is 0-1000, default value is 50.
statistics test probe number for statistics. Valid range is 0-10, default value is 5
Configuring Switch1:
Switch(config)# end
step 7 Validation
www.fs.com 251
S3950-4T12S SWITCH CONFIGURATION GUIDE
The following configuration should be operated on all switches if the switch ID is not specified.:
step 2 Enter the interface configure mode and set the attributes of the interface
Configuring Switch1:
Configuring Switch1:
Switch(config)# end
step 6 Validation
www.fs.com 252
S3950-4T12S SWITCH CONFIGURATION GUIDE
The following configuration should be operated on all switches if the switch ID is not specified.:
step 2 Enter the interface configure mode and set the attributes of the interface
Configuring Switch1:
www.fs.com 253
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Switch1:
Switch(config)# end
step 6 Validation
Switch#configure terminal
Switch(config)# ip route 1.1.1.1/32 192.168.0.1
Switch(config)# end
Entry 2
Type : Echo
Admin state : Enable
Destination address : 1.1.1.1
Frequency : 10 seconds
Timeout : 5 seconds
Threshold : 5 seconds
Running Frequency : 8 seconds
Return code : OK
www.fs.com 254
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Switch1:
www.fs.com 255
S3950-4T12S SWITCH CONFIGURATION GUIDE
delay up: After the interface states is up, the track will wait for a cycle before restore the states. Valid range is 1-180 second. The
default configuration is restore without delay.
delay down: After the interface states is down, the track will wait for a cycle before change the states. Valid range is 1-180 second.
The default configuration is change without delay.
NOTE: If the track is using bfd or ip sla, the “delay up” and “delay down” is similar as using interface states.
Switch(config)# end
step 4 Validation
Switch#show track
Track 2
Type : Interface Link state
Interface : eth-0-1
State : down
Delay up : 30 seconds
Delay down : 30 seconds
step 2 Enter the interface configure mode and set the attributes of the interface
Configuring Switch1:
www.fs.com 256
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Switch1:
Switch(config)# end
step 6 Validation
Switch#show track
Track 1
Type : Response Time Reporter(RTR) Reachability
RTR entry number : 1
State : up
Delay up : 30 seconds
Delay down : 30 seconds
The following configuration should be operated on all switches if the switch ID is not specified.:
step 2 Enter the interface configure mode and set the attributes of the interface
www.fs.com 257
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-if)# no shutdown
Switch(config-if)# ip address 192.168.0.1/24
Configuring Switch1:
Configuring Switch1:
Switch(config)# end
step 6 Validation
step 2 Enter the interface configure mode and set the attributes of the interface
www.fs.com 258
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Switch1:
Configuring Switch2:
Switch(config)# end
step 6 Validation
www.fs.com 259
S3950-4T12S SWITCH CONFIGURATION GUIDE
interface eth-0-1
no switchport
ip address 10.10.10.40/24
!
router vrrp 1
interface eth-0-1
priority 200
virtual-ip 10.10.10.60
advertisement-interval 5
enable
www.fs.com 260
S3950-4T12S SWITCH CONFIGURATION GUIDE
step 4 Validation
The following configuration should be operated on all switches if the switch ID is not specified.:
step 2 Enter the interface configure mode and set the attributes of the interface
Switch(config)#interface eth-0-1
Switch(config-if)# no switchport
Switch(config-if)# no shutdown
Switch(config-if)# ip address 192.168.1.10/24
Switch(config-if)# exit
Switch(config)#interface eth-0-1
Switch(config-if)# no switchport
Switch(config-if)# no shutdown
Switch(config-if)# ip address 192.168.1.11/24
Switch(config-if)# exit
Configuring Switch1:
www.fs.com 261
S3950-4T12S SWITCH CONFIGURATION GUIDE
Configuring Switch1:
Switch(config)# end
step 7 Validation
www.fs.com 262
S3950-4T12S SWITCH CONFIGURATION GUIDE
N/A
12.10.1 Overview
Function Introduction
Virtual ARP (VARP) allows multiple switches to simultaneously route packets with the same destination MAC address. Each switch is
configured with the same virtual MAC address for the the L3 interfaces configured with a virtual IP address. In MLAG configurations, VARP
is preferred over VRRP because VARP working on active-active mode without traffic traverse peer link.
For ARP and GARP requests to virtual IP address, VARP will use the virtual MAC address to reply. The virtual MAC address is only used in the
destination field of inbound packets and never used in the source field of outbound packets.Topology
Principle Description
N/A
12.10.2 Configuration
The following configuration should be operated on all devices if the device ID is not specified.
step 3 Enter the vlan configure mode and create the vlan
step 4 Enter the interface configure mode and set the attributes of the interface
www.fs.com 263
S3950-4T12S SWITCH CONFIGURATION GUIDE
Switch(config-if)# no shutdown
Switch(config-if)# exit
step 5 Create the vlan interface and set ip and virtual router ip
Configuring Switch1:
Configuring Switch2:
Switch(config)# end
step 7 Validation
N/A
www.fs.com 264
S3910 SERIES SWITCHES DATASHEET
www.fs.com 10