Ethernet Interface Configuration Commands

Size: px
Start display at page:

Download "Ethernet Interface Configuration Commands"

Transcription

1 Table of Contents Ethernet Interface Configuration Commands 1 General Ethernet Interface/Subinterface Configuration Commands 1 combo enable 1 description 1 display interface 2 display interface brief 9 duplex 13 interface 14 loopback 14 port link-mode 15 reset counters interface 16 shutdown 17 speed 18 sub-interface rate-statistic 18 Layer 2 Ethernet Interface/Subinterface Configuration Commands 19 broadcast-suppression (Ethernet interface view/ethernet sub-interface view) 19 jumboframe enable 20 mdi 21 multicast-suppression (Ethernet interface view/ethernet sub-interface view) 22 unicast-suppression (Ethernet interface view/ethernet sub-interface view) 22 Layer 3 Ethernet Interface/Subinterface Configuration Commands 23 mtu 23 promiscuous 24 i

2 Ethernet Interface Configuration Commands General Ethernet Interface/Subinterface Configuration Commands combo enable combo enable { copper fiber } Ethernet interface view (Combo interface) copper: Activates the electrical port of the Combo interface. fiber: Activates the optical port of the Combo interface. Use the combo enable command to activate the electrical or optical port of a Combo interface. By default, the electrical port of a Combo interface is activated. Combo interfaces are logical interfaces. A Combo interface comprises one optical (fiber) port and one electrical (copper) port. The two ports share one forwarding interface and thus cannot work simultaneously. If the electrical port is enabled, the optical port is disabled automatically and vice versa. # Activate the electrical port of Combo interface GigabitEthernet 0/1. [Sysname-GigabitEthernet0/1] combo enable copper # Activate the optical port of Combo interface GigabitEthernet 0/1. [Sysname-GigabitEthernet0/1] combo enable fiber description description text undo description 1

3 Ethernet interface view, Ethernet subinterface view text: Creates an interface description, a string of 1 to 80 characters. Valid characters and symbols include English letters (A to Z, a to z), digits (1 to 9), special English characters, spaces, and other Unicode characters and symbols. NOTE: Each Unicode character takes the space of two regular characters. To use a type of Unicode characters or symbols in an interface description, install the specific input method editor and log in to the device through remote login software that supports this character type. When the length of a description string reaches or exceeds the maximum line width on the terminal software, the software starts a new line, possibly breaking a Unicode character into two. As a result, garbled characters may be displayed at the end of a line. Use the description command to change the description of the current interface. Use the undo description command to restore the default. The default description of an interface is the interface name plus Interface, GigabitEthernet0/1 Interface for example. Related commands: display interface. # Change the description of interface GigabitEthernet 0/1 to lanswitch-interface. [Sysname-GigabitEthernet0/1] description lanswitch-interface # Change the description of Ethernet subinterface GigabitEthernet 0/1.1 to l2-subinterface0/ [Sysname- GigabitEthernet0/1.1] description l2-subinterface0/1.1 display interface Any view display interface [ interface-type [ interface-number interface-number.subnumber ] ] 1: Monitor level 2

4 interface-type: Specifies an interface type. interface-number: Specifies an interface number. interface-number.subnumber: Specifies a subinterface number, where interface-number is an interface number; subnumber is the number of a subinterface created under the interface. The value of subnumber ranges from 1 to Use the display interface command to display detailed information about interfaces, including their operating status. If no interface type is specified, the command displays detailed information about all interfaces. If only interface type is specified, the command displays detailed information about all interfaces of the particular type. If both interface type and interface number are specified, the command displays detailed information about only the specified interface. Related commands: interface. # Display detailed information about Layer 3 interface GigabitEthernet 0/1. <Sysname> display interface gigabitethernet 0/1 GigabitEthernet0/1 current state: DOWN ( Administratively ) Line protocol current state: DOWN : GigabitEthernet0/1 Interface The Maximum Transmit Unit is 1500, Hold timer is 10(sec) Internet protocol processing : disabled IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: 000f-e223-82f5 IPv6 Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: 000f-e223-82f5 Media type is optical fiber, loopback not set, promiscuous mode not set 100Mb/s, Full-duplex, link type is autonegotiation Output flow-control is disabled, input flow-control is disabled Output queue : (Urgent queue : Size/Length/Discards) 0/50/0 Output queue : (Protocol queue : Size/Length/Discards) 0/500/0 Output queue : (FIFO queuing : Size/Length/Discards) 0/75/0 Last clearing of counters: 17:14:08 Tue 05/09/2006 Last 300 seconds input rate 0.00 bytes/sec, 0 bits/sec, 0.00 packets/sec Last 300 seconds output rate 0.00 bytes/sec, 0 bits/sec, 0.00 packets/sec Input: 0 packets, 0 bytes, 0 buffers 0 broadcasts, 0 multicasts, 0 pauses 0 errors, 0 runts, 0 giants 0 crc, 0 align errors, 0 overruns 0 dribbles, 0 drops, 0 no buffers Output:0 packets, 0 bytes, 0 buffers 0 broadcasts, 0 multicasts, 0 pauses 0 errors, 0 underruns, 0 collisions 0 deferred, 0 lost carriers 3

5 Table 1 display interface (in route mode) command output description Field GigabitEthernet0/1 current state Line protocol current state Hold timer is Internet protocol processing Output queue (Urgent queue: Size/Length/Discards) Output queue (Protocol queue: Size/Length/Discards) Output queue (FIFO queuing: Size/Length/Discards) Last clearing of counters Last 300 seconds input rate Last 300 seconds output rate Input Output Current state of the Ethernet interface, which can be one of the following: DOWN ( Administratively ) The Ethernet interface was shut down with the shutdown command, that is, the interface is administratively down. DOWN ( Link-Aggregation interface down ) The Ethernet interface is physically down because the aggregate interface corresponding to the aggregation group to which the Ethernet interface belongs was shut down with the shutdown command. DOWN The Ethernet interface is administratively up but physically down (possibly because no physical link is present or the link has failed). UP The Ethernet interface is both administratively and physically up. Link layer status of the interface. When the interface is physically down, the value of this field shows as DOWN; when the interface is physically up, the value of this field shows as UP. The description of an Ethernet interface Hold timer of link state IP packet processing: disabled indicates that IP packets cannot be processed. For an interface configured with an IP address, this field changes into Internet Address is. Output queue (current message number in the urgent queue/ maximum number of messages allowed in the urgent queue/number of discarded messages) Output queue (current message number in the protocol queue/ maximum number of messages allowed in the protocol queue/number of discarded messages) Output queue (current message number in the FIFO queue/ maximum number of messages allowed in the FIFO queue/number of discarded messages) Time when the reset counters interface command was last used to clear the interface statistics. Never indicates the reset counters interface command has never been used on the current interface since the device s startup. Average input rate over the last 300 seconds: bytes/sec, bits/sec, packets/sec Average output rate over the last 300 seconds: bytes/sec, bits/sec, packets/sec Input packets Output packets # Display detailed information about Layer 2 interface GigabitEthernet 0/1. <Sysname> display interface gigabitethernet 0/1 GigabitEthernet0/1 current state: DOWN ( Administratively ) IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: 000f-e

6 : GigabitEthernet0/1 Interface Loopback is not set Media type is twisted pair, port hardware type is 100_BASE_TX Unknown-speed mode, unknown-duplex mode Link speed type is autonegotiation, link duplex type is autonegotiation Flow-control is not enabled The Maximum Frame Length is 1500 Broadcast MAX-ratio: 100% Unicast MAX-ratio: 100% Multicast MAX-ratio: 100% Allow jumbo frame to pass PVID: 100 Mdi type: auto Port link-type: access Tagged VLAN ID : none Untagged VLAN ID : 100 Port priority: 0 Peak value of input: bytes/sec, at :05:06 Peak value of output: 0 bytes/sec, at :00:12 Last 300 seconds input: 6 packets/sec 678 bytes/sec 20% Last 300 seconds output: 1 packets/sec 179 bytes/sec 17% Input (total): packets, bytes - unicasts, broadcasts, multicasts, 0 pauses Input (normal): packets, - bytes unicasts, broadcasts, multicasts, 0 pauses Input: 0 input errors, 0 runts, 0 giants, 0 throttles 0 CRC, 0 frame, - overruns, 0 aborts - ignored, - parity errors Output (total): packets, bytes - unicasts, 13 broadcasts, multicasts, 0 pauses Output (normal): packets, - bytes 0 unicasts, 13 broadcasts, multicasts, 0 pauses Output: 0 output errors, - underruns, 1 buffer failures 0 aborts, 0 deferred, 0 collisions, 0 late collisions 0 lost carrier, - no carrier Table 2 display interface command (in bridge mode) output description Field GigabitEthernet0/1 current state IP Packet Frame Type Loopback Unknown-speed mode unknown-duplex mode The Maximum Frame Length Physical state of the Ethernet interface. For more information, see Table 3. Ethernet framing format on the interface of the interface Loopback testing status of the interface The interface will negotiate a speed with its peer. The interface will negotiate a duplex mode with its peer. The maximum Ethernet frame length allowed on the interface 5

7 Field Broadcast-suppression ratio Unicast MAX-ratio Multicast MAX-ratio PVID Mdi type Port link-type Tagged VLAN ID Untagged VLAN ID Peak value of input Peak time of input Peak value of output Peak time of output Last 300 seconds input: 0 packets/sec 0 bytes/sec Last 300 seconds output: 0 packets/sec 0 bytes/sec Input(total): 0 packets, 0 bytes 0 broadcasts, 0 multicasts, 0 pauses Input(normal): - packets, - bytes - broadcasts, - multicasts, - pauses input errors runts giants - throttles Broadcast suppression threshold as a percentage of the interface transmission capability. When the threshold is exceeded, the interface drops broadcast packets. Unicast suppression threshold as a percentage of the interface transmission capability. When the threshold is exceeded, the interface drops unknown unicast packets. Multicast suppression threshold as a percentage of the interface transmission capability. When the threshold is exceeded, the interface drops multicast packets. Default VLAN ID Cable type Link type of the interface, which could be access, trunk, and hybrid. VLANs for which the interface sends packets without removing VLAN tags. VLANs for which the interface sends packets after removing VLAN tags Peak value of inbound traffic, in bytes/sec. Time of peak inbound traffic Peak value of outbound traffic, in bytes/sec. Time of peak outbound traffic Average rate of input and output traffic in the last 300 seconds, in pps and Bps Inbound traffic statistics (in packets and bytes) for the interface. All inbound normal and abnormal packets, and pause frames were counted. Inbound normal traffic and pause frame statistics (in packets and bytes) for the interface. Inbound packets with errors Inbound frames shorter than 64 bytes, in correct format, and containing valid CRCs. Inbound frames larger than the maximum frame length supported on the interface: For an Ethernet interface that does not permit jumbo frames, giants refer to frames larger than 1518 bytes (without VLAN tags) or 1522 bytes (with VLAN tags). For an Ethernet interface that permits jumbo frames, giants refer to frames larger than the maximum length of Ethernet frames that are allowed to pass through, which is configured when you configure jumbo frame support on the interface. The number of times that the port shut down due to buffer or CPU overload. 6

8 Field CRC frame - overruns aborts ignored Total number of inbound frames that had a normal length, but contained checksum errors Total number of inbound frames that contained checksum errors and a non-integer number of bytes Number of packet drops because the input rate of the port exceeded the queuing capability Total number of illegal inbound packets, including: Fragment frames: CRC error frames shorter than 64 bytes. The length can be an integral or non-integral value. Jabber frames: CRC error frames greater than the maximum frame length supported on the Ethernet interface (the frame length may or may not be integers). For an Ethernet interface that does not permit jumbo frames, jabber frames refer to CRC error frames greater than 1518 bytes (without VLAN tags) or 1522 bytes (with VLAN tags). For an Ethernet interface that permits jumbo frames, jabber frames refer to CRC error frames greater than the maximum length of Ethernet frames that are allowed to pass through the interface (which is configured when you configure jumbo frame support on the interface). Symbol error frames: Frames that contained at least one undefined symbol Unknown operation code frames: Non-pause MAC control frames Length error frames: Frames whose length fields did not accord with the actual frame length (46 bytes to 1500 bytes) Number of inbound frames dropped because the receive buffer of the port ran low. - parity errors Total number of frames with parity errors Output(total): 0 packets, 0 bytes 0 broadcasts, 0 multicasts, 0 pauses Output(normal): - packets, - bytes - broadcasts, - multicasts, - pauses output errors - underruns - buffer failures aborts deferred collisions Outbound traffic statistics (in packets and bytes) for the port. All outbound normal and abnormal packets, and pause frames were counted. Outbound normal traffic and pause frame statistics (in packets and bytes) for the interface. Outbound error packet statistics Number of packet drops because the output rate of the interface exceeded the output queuing capability. This is a low-probability hardware anomaly. Number of packets dropped because the transmit buffer of the interface ran low. Number of packets that failed to be transmitted, for example, because of Ethernet collisions. Number of frames that the interface deferred to transmit because of detected collisions. Number of frames that the interface stopped transmitting because Ethernet collisions were detected during transmission. 7

9 Field late collisions lost carrier - no carrier Number of frames that the interface deferred to transmit after transmitting their first 512 bits, because of detected collisions. Number of carrier losses during transmission. This counter applies to serial WAN interfaces. Number of times that the port failed to detect the carrier when attempting to send frames. This counter applies to serial WAN interfaces. NOTE: If an output field is not available, a hyphen (-) is displayed. Table 3 on the possible physical states of a Layer 2 Ethernet interface Field UP DOWN DOWN ( Administratively ) DOWN ( Link-Aggregation interface down ) DOWN ( OAM connection failure ) DOWN ( DLDP connection failure ) DOWN ( Loopback detection-protected ) DOWN ( BPDU-protected ) DOWN ( Monitor-Link uplink down ) The interface is physically up. The interface is physically down because no physical connection exists (possibly reason: the network cable is disconnected or faulty). The interface is physically down because it was brought down with the shutdown command. To restore its physical state, use the undo shutdown command. The interface is physically down because the aggregate interface corresponding to the aggregation group to which it belongs was shut down with the shutdown command. The interface is physically down because an OAM connection fails to be established on it or the current OAM connection is disconnected. The interface is physically down because a DLDP connection fails to be established on it or the current DLDP connection is disconnected. The interface is shut down because a loop is detected on it. The interface is shut down by the BPDU guard function. The interface is physically down because the uplink of the monitor link group to which it belongs is down. # Display the information about Layer 2 Ethernet subinterface GigabitEthernet 0/1.1. <Sysname> display interface gigabitethernet 0/1.1 gigabitethernet 0/1.1 current state: DOWN IP Sending Frames' Format: PKTFMT_ETHNT_2, Hardware Address: 000f-e : gigabitethernet 0/1.1 Interface Broadcast MAX-ratio: 100% Unicast MAX-ratio: 100% Multicast MAX-ratio: 100% PVID: 1 Port link-type: access 8

10 Tagged VLAN ID : none Untagged VLAN ID : 1 0 packets input, 0 bytes, 0 drops 0 packets output, 0 bytes, 0 drops Table 4 display interface command (in Layer 2 subinterface mode) output description Field GigabitEthernet0/1.1 current state IP Sending Frames' Format Hardware Address Broadcast MAX-ratio Unicast MAX-ratio Multicast MAX-ratio PVID Tagged VLAN ID Untagged VLAN ID Current state of the Ethernet subinterface, which can be one of the following: DOWN The Ethernet subinterface is physically down (possibly because no physical link is present or the link has failed). UP The Ethernet subinterface is physically up. Frame type of the Ethernet subinterface Interface hardware address Broadcast storm suppression ratio Unicast storm suppression ratio Multicast storm suppression ratio Default VLAN ID VLANs whose packets are sent through the port with VLAN tag kept. VLANs whose packets are sent through the port with the VLAN tag stripped off. 0 packets input, 0 bytes, 0 drops Statistics on the packets received 0 packets output, 0 bytes, 0 drops Statistics on the packets sent display interface brief Any view display interface [ interface-type [ interface-number interface-number.subnumber ] ] brief [ { begin exclude include } regular-expression ] display interface [ interface-type ] brief [ down ] [ { begin exclude include } regular-expression ] 1: Monitor level interface-type: Specifies an interface type. interface-number: Specifies an interface number. 9

11 interface-number.subnumber: Specifies a subinterface number, where interface-number is an interface number; subnumber is the number of a subinterface created under the interface. The value range of subnumber is 1 to : Uses a regular expression to filter output information. For more information about regular expressions, see Basic System Configuration in the System Volume. begin: Displays the line that matches the regular expression and all the subsequent lines. exclude: Displays the lines that do not match the regular expression. include: Displays the lines that match the regular expression. regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters. down: Displays information about interfaces in DOWN state and the relevant causes. Use the display interface brief command to display brief interface information. If no interface type is specified, this command displays information about all interfaces. If only interface type is specified, this command displays information about interfaces of the specified type. If both interface type and interface number are specified, this command displays information about the specified interface. # Display brief information about all interfaces. <Sysname> display interface brief The brief information of interface(s) under route mode: Link: ADM - administratively down; Stby - standby Protocol: (s) - spoofing Interface Link Protocol Main IP Aux0 DOWN DOWN -- GE0/0 UP UP GE0/1 DOWN DOWN -- GE0/2 UP UP NULL0 UP UP(s) -- The brief information of interface(s) under bridge mode: Link: ADM - administratively down; Stby - standby Speed or Duplex: (a)/a - auto; H - half; F - full Type: A - access; T - trunk; H - hybrid Interface Link Speed Duplex Type PVID GE0/3 DOWN auto A A 30 # Filter the brief interface information to display the line starting with the (s) string and all subsequent lines. <Sysname> display interface brief begin (s) The brief information of interface(s) under route mode: Link: ADM - administratively down; Stby - standby Protocol: (s) - spoofing Interface Link Protocol Main IP NULL0 UP UP(s) -- 10

12 When you use the begin keyword to filter output information, the system only searches the Layer 3 interface list or the Layer 2 interface list. If the starting line is on the Layer 3 interface list, the system only displays the starting line and all subsequent lines on the Layer 3 interface list. # Display brief information about all UP interfaces. <Sysname> display interface brief include UP The brief information of interface(s) under route mode: Link: ADM - administratively down; Stby - standby Protocol: (s) - spoofing Interface Link Protocol Main IP GE0/0 UP UP NULL0 UP UP(s) -- Vlan30 UP UP The brief information of interface(s) under bridge mode: Link: ADM - administratively down; Stby - standby Speed or Duplex: (a)/a - auto; H - half; F - full Type: A - access; T - trunk; H - hybrid Interface Link Speed Duplex Type PVID GE0/2 UP 100M(a) F(a) A 30 # Display the brief information about all but Ethernet interfaces. <Sysname> display interface brief exclude GE The brief information of interface(s) under route mode: Link: ADM - administratively down; Stby - standby Protocol: (s) - spoofing Interface Link Protocol Main IP Aux0 DOWN DOWN -- NULL0 UP UP(s) -- Vlan30 UP UP # Display information about interfaces in DOWN state and the relevant causes. <Sysname> display interface brief down The brief information of interface(s) under bridge mode: Link: ADM - administratively down; Stby - standby Interface Link Cause GE0/3 DOWN Not connected Table 5 display interface brief command output description Field The brief information of interface(s) under route mode: Link: ADM - administratively down; Stby - standby The command displays brief information about Layer 3 interfaces The interface has been shut down by the network administrator. To recover its physical layer state, perform the undo shutdown command. Stby indicates that the current interface is a standby interface. You can use the display standby state command to check the corresponding primary interface. 11

13 Field Protocol: (s) - spoofing Interface Link Protocol The brief information of interface(s) under bridge mode: Speed or Duplex: (a)/a - auto; H - half; F - full Type: A - access; T - trunk; H - hybrid Speed Duplex Type PVID Cause If the network layer protocol state of an interface is shown as up, but its link is an on-demand link or not present at all, its protocol attribute includes the spoofing flag (an s in parentheses). This attribute is typical of null and loopback interfaces. Interface name Physical link state of the interface: UP The link is present. DOWN The link is physically down. ADM The link has been administratively shut down. To recover its physical state, perform the undo shutdown command. Stby The interface is a standby interface. Protocol connection state of the interface, which can be up or down. If the network layer protocol state of the interface is up, but its link is an on-demand link or not present at all, its protocol attribute includes the spoofing flag (an s in parentheses). Brief information about Layer 2 interfaces If the speed of an interface is automatically negotiated, its speed attribute includes the auto negotiation flag, letter a in parentheses. If the duplex mode of an interface is automatically negotiated, its duplex mode attribute includes the auto negotiation flag, letter a in parentheses or a capital A. Letter H indicates the half duplex mode, and letter F indicates the full duplex mode. Link type options for Ethernet interfaces Interface rate, in bps Duplex mode of the interface: A auto-negotiation F full duplex F(a) auto-negotiated full duplex H half duplex H(a) auto-negotiated half duplex Link type of the interface: A access H hybrid T trunk Default VLAN ID of the interface Causes why the physical state of an interface is DOWN. For more information, see Table 6. 12

14 Table 6 Causes why the physical state of an interface is DOWN Field Not connected Administratively Link-Aggregation interface down OAM connection failure DLDP connection failure Loopback detection-protected BPDU-protected Monitor-Link uplink down No physical connection exists (possibly because the network cable is disconnected or faulty). The port was brought down with the shutdown command. To restore the physical state of the interface, use the undo shutdown command. The aggregate interface corresponding to the aggregation group to which the current interface belongs was shut down with the shutdown command. OAM connection fails (possibly because the connection fails to be established or the current connection is disconnected). DLDP connection fails (possibly because the connection fails to be established or the current connection is disconnected). The interface is shut down because a loop is detected on it. The interface is shut down by the BPDU guard function. The uplink of the current monitor link group to which the current interface belongs is down. duplex duplex { auto full half } undo duplex Ethernet interface view auto: Sets the interface to operate in auto-negotiation mode. full: Sets the interface to operate in full duplex mode. half: Sets the interface to operate in half-duplex mode. This keyword is not available for the optical ports of Combo interfaces. Use the duplex command to set the duplex mode for an Ethernet interface. Use the undo duplex command to restore the default duplex mode of the Ethernet interface. By default, Ethernet interfaces operate in auto-negotiation mode. Related commands: speed. # Configure interface GigabitEthernet 0/1 to operate in full-duplex mode. 13

15 interface [Sysname-GigabitEthernet0/1] duplex full interface interface-type { interface-number interface-number.subnumber } System view interface-type: Specifies and interface type. interface-number: Specifies an interface number. interface-number.subnumber: Specifies a subinterface number, where interface-number is an interface number, and subnumber is the number of a subinterface created under the interface. The subnumber argument ranges from 1 to Use the interface command to enter interface/subinterface view. With the interface-number.subnumber argument specified, if the subinterface identified by the argument does not exist, this command creates the subinterface first, and then enters subinterface view. loopback # Enter GigabitEthernet 0/0 interface view (assuming that the interface is a Layer 3 Ethernet interface). [Sysname] interface gigabitethernet 0/0 [Sysname-GigabitEthernet0/0] # Create Ethernet subinterface GigabitEthernet 0/0.1 and enter GigabitEthernet 0/0.1 subinterface view (assuming that GigabitEthernet 0/0 is an Layer 3 Ethernet interface and the subinterface does not exist). [Sysname] interface gigabitethernet 0/0.1 [Sysname-GigabitEthernet0/0.1] loopback { external internal } undo loopback Ethernet interface view 14

16 external: Enables external loopback testing to test all on-chip functions related to Ethernet interfaces. internal: Enables internal loopback testing to test the hardware of Ethernet interfaces. Use the loopback command to enable loopback testing on an Ethernet interface. Use the undo loopback command to disable Ethernet interface loopback testing on an Ethernet interface. By default, loopback testing is disabled on Ethernet interfaces. NOTE: You enable loopback testing for troubleshooting purposes, such as identifying an Ethernet problem. You can perform neither internal nor external loopback testing on an administratively down (ADM DOWN) port. On a physically down (DOWN) port, you can perform only internal loopback testing. During loopback testing, the speed, duplex, mdi, and shutdown commands are not available. In addition, the port is operating in full duplex mode, regardless of its duplex configuration. After loopback testing is disabled, the duplex configuration of the port restores. # Enable internal loopback testing on GigabitEthernet 0/1. [Sysname-GigabitEthernet0/1] loopback internal port link-mode port link-mode { bridge route } undo port link-mode Ethernet interface view bridge: Specifies the Layer 2 mode. route: Specifies the Layer 3 mode. Use the port link-mode command to change the working mode of the Ethernet interface. 15

17 Use the undo port link-mode command to restore the default. Depending on the hardware structure of interface cards, for a device, some interfaces can operate only as Layer 2 Ethernet interfaces (in bridge mode), some can operate only as Layer 3 Ethernet interfaces (in route mode), while others can operate either as Layer 2 or Layer 3 Ethernet interfaces (you can use commands to set the operating mode to bridge or route). CAUTION: After you change the operating mode of an Ethernet interface, all the settings of the Ethernet interface are restored to their defaults under the new operating mode. # Configure GigabitEthernet 0/1 to operate in Layer 2 mode. [Sysname-GigabitEthernet0/1] display this # interface GigabitEthernet0/1 port link-mode route # Return The preceding output shows that GigabitEthernet 0/1 operates in route mode. [Sysname-GigabitEthernet0/1] port link-mode bridge [Sysname-GigabitEthernet0/1] display this # interface GigabitEthernet0/1 port link-mode bridge # Return The preceding output shows that GigabitEthernet 0/1 is now operating in bridge mode. NOTE: The display this command displays the configuration that takes effect in the current view. reset counters interface reset counters interface [ interface-type [ interface-number interface-number.subnumber ] ] User view interface-type: Specifies an interface type. interface-number: Specifies an interface number. 16

18 interface-number.subnumber: Subinterface number, where interface-number is an interface number; subnumber is the number of a subinterface created under the interface. The value of subnumber ranges from 1 to Use the reset counters interface command to clear the statistics of an interface/subinterface. Before collecting traffic statistics for a specific period of time on an interface, clear the old statistics first. If no interface type is specified, this command clears statistics for all interfaces. If only the interface type is specified, this command clears statistics for all interfaces of the specified interface type. If both the interface type and interface/subinterface number are specified, this command clears statistics for the specified interface/subinterface. shutdown # Clear the statistics of GigabitEthernet 0/1. <Sysname> reset counters interface gigabitethernet 0/1 # Clear the statistics of subinterface GigabitEthernet 0/1.1. <Sysname> reset counters interface gigabitethernet 0/1.1 shutdown undo shutdown Ethernet interface view, Ethernet subinterface view None Use the shutdown command to shut down an Ethernet interface/subinterface. Use the undo shutdown command to bring up an Ethernet interface/subinterface. By default, an Ethernet interface/subinterface is in the up state. You may need to shut down and then bring up an Ethernet interface to activate configuration changes in certain circumstances, for example, after modifying the operating parameters of the interface. The electrical and optical ports of a Combo interface cannot work simultaneously. When you bring up the optical port with the undo shutdown command, the electrical port is automatically shut down, and vice versa. # Shut down and then bring up interface GigabitEthernet 0/1. 17

19 speed [Sysname-GigabitEthernet0/1] shutdown [Sysname-GigabitEthernet0/1] undo shutdown # Shut down and then bring up subinterface GigabitEthernet 0/ [Sysname-GigabitEthernet0/1.1] shutdown [Sysname-GigabitEthernet0/1.1] undo shutdown speed { auto } undo speed Ethernet interface view 10: Sets the interface speed to 10 Mbps. The optical port of a Combo interface does not support the 10 keyword. 100: Sets the interface speed to 100 Mbps. The optical port of a Combo interface does not support the 100 keyword. 1000: Sets the interface speed to 1,000 Mbps. auto: Enables the interface to negotiate a speed with its peer. Use the speed command to set the speed of an Ethernet interface. Use the undo speed command to restore the default. For an Ethernet electrical port, you use the speed command to set its speed to match the speed of the peer interface. For an optical port, you use the speed command to set its speed to match the rate of a pluggable optical transceiver. Related commands: duplex, speed auto. # Configure interface GigabitEthernet 0/1 to operate at 100 Mbps. [Sysname-GigabitEthernet0/1] speed 100 sub-interface rate-statistic sub-interface rate-statistic 18

20 undo sub-interface rate-statistic Ethernet interface view None Use the sub-interface rate-statistic command to enable rate statistics collection for the subinterfaces of an Ethernet interface. Use the undo sub-interface rate-statistic command to disable rate statistics collection for the subinterfaces of an Ethernet interface. By default, the system does not collect rate statistics for Ethernet subinterfaces. NOTE: Use this function with caution, because it requires a large amount of system resources. # Enable rate statistics collection on the subinterfaces of GigabitEthernet 0/1. [Sysname- GigabitEthernet0/1] sub-interface rate-statistic Layer 2 Ethernet Interface/Subinterface Configuration Commands broadcast-suppression (Ethernet interface view/ethernet sub-interface view) broadcast-suppression ratio undo broadcast-suppression Layer 2 Ethernet interface view, Layer 2 Ethernet subinterface view ratio: Sets the broadcast suppression threshold as a percentage of the transmission capability of an Ethernet interface. The smaller the percentage, the less broadcast traffic is allowed to pass through. 19

21 For devices that support linear suppression mode, this argument ranges from 1 to 100. The system default is 100. For devices that do not support linear suppression mode, this argument ranges from 5 to 100. The system default is 100. Use the broadcast-suppression command to set the broadcast suppression threshold on an Ethernet interface/subinterface. Use the undo broadcast-suppression command to restore the default. By default, Ethernet interfaces do not suppress broadcast traffic. When broadcast traffic exceeds the broadcast suppression threshold, the interface discards broadcast packets until the broadcast traffic drops below the threshold. NOTE: If you set different broadcast suppression thresholds in Ethernet interface view multiple times, the one configured last takes effect. # Set the broadcast suppression threshold to 20% on Ethernet interface GigabitEthernet 0/1. [Sysname-GigabitEthernet0/1] broadcast-suppression 20 # Set the broadcast suppression threshold to 20% on Ethernet subinterface GigabitEthernet 0/ [Sysname-GigabitEthernet0/1.1] broadcast-suppression 20 jumboframe enable jumboframe enable [ value ] undo jumboframe enable Layer 2 Ethernet interface view value: Sets the maximum length of Ethernet frames that are allowed to pass through, in bytes, in the range of 64 to If you set the value argument multiple times, the latest configuration takes effect. Use the jumboframe enable command to allow jumbo frames within the specified length to pass through an Ethernet interface. 20

22 Use the undo jumboframe enable command to prevent jumbo frames from passing through an Ethernet interface. By default, the device allows jumbo frames within a specified length to pass through Layer 2 Ethernet interfaces. # Enable jumbo frames to pass through GigabitEthernet 0/1. [Sysname-GigabitEthernet0/1] jumboframe enable mdi mdi { across auto normal } undo mdi Layer 2 Ethernet interface view across: Sets the MDI mode to across. In this mode, pins 1 and 2 of the port are receive pins, and pins 3 and 6 are transmit pins. auto: Sets the MDI mode to auto. In this mode, the port negotiates pin roles with its peer. normal: Sets the MDI mode to normal. In normal mode, pins 1 and 2 of the port are transmit pins, and pins 3 and 6 are receive pins. Use the mdi command to configure the MDI mode of a copper Ethernet interface. Use the undo mdi command to restore the default. By default, Ethernet interfaces operate in auto MDI mode. NOTE: This command is not applicable to optical ports. # Set interface GigabitEthernet 0/1 to operate in across MDI mode. [Sysname-GigabitEthernet0/1] mdi across 21

23 multicast-suppression (Ethernet interface view/ethernet sub-interface view) multicast-suppression ratio undo multicast-suppression Layer 2 Ethernet interface view, Layer 2 Ethernet subinterface view ratio: Sets the multicast suppression threshold as a percentage of the transmission capability of an Ethernet interface, in the range 1 to 100. The smaller the percentage, the less multicast traffic is allowed to pass through. Use the multicast-suppression command to set the multicast suppression threshold on an Ethernet interface/subinterface. Use the undo multicast-suppression command to restore the default. By default, Ethernet interfaces do not suppress multicast traffic. When multicast traffic exceeds the threshold you configure, the system discards multicast packets until the multicast traffic drops below the threshold. # Set the multicast threshold to 20% on Ethernet interface GigabitEthernet 0/1. [Sysname-GigabitEthernet0/1] multicast-suppression 20 # Set the multicast threshold to 20% on Ethernet subinterface GigabitEthernet 0/ [Sysname-GigabitEthernet0/1.1] multicast-suppression 20 unicast-suppression (Ethernet interface view/ethernet sub-interface view) unicast-suppression ratio undo unicast-suppression Layer 2 Ethernet interface view, Layer 2 Ethernet subinterface view 22

24 ratio: Sets the unknown unicast suppression threshold as a percentage of the transmission capability of the Ethernet interface, in the range of 1 to 100. The smaller the percentage, the less unknown unicast traffic is allowed through. Use the unicast-suppression command to set the unknown unicast suppression threshold on an Ethernet interface/subinterface. Use the undo unicast-suppression command to restore the default. By default, Ethernet interfaces do not suppress unknown unicast traffic. When unknown unicast traffic exceeds the threshold you configure, the system discards unknown unicast packets until the unknown unicast traffic drops below the threshold. # Set the unknown unicast threshold to 20% on Ethernet interface GigabitEthernet 0/1. [Sysname-GigabitEthernet0/1] unicast-suppression 20 # Set the unknown unicast threshold to 20% on Ethernet subinterface GigabitEthernet 0/ [Sysname-GigabitEthernet0/1.1] unicast-suppression 20 Layer 3 Ethernet Interface/Subinterface Configuration Commands mtu mtu size undo mtu Layer 3 Ethernet interface view, Layer 3 Ethernet subinterface view size: Maximum Transmission Unit (MTU) to be set (in bytes), whose range varies by interface types. The system default is 1500 bytes. Use the mtu command to set the MTU for an Ethernet interface/subinterface. 23

25 Use the undo mtu command to restore the default. NOTE: As the size of MTU decreases, the number of fragments grows. When setting MTU for an interface, you should consider QoS queue lengths (for example, the default FIFO queue length is 75) to avoid a too small MTU causing packet drop in QoS queuing. To achieve the best result, you can tune MTU with the mtu command or QoS queue lengths with the qos fifo queue-length command. For detailed configurations, see QoS Commands in the QoS Volume. # Set the MTU to 1430 bytes for the Layer 3 Ethernet interface GigabitEthernet 0/0. [Sysname] interface gigabitethernet 0/0 [Sysname-GigabitEthernet0/0] mtu 1430 # Set the MTU to 1680 bytes for the Layer 3 Ethernet subinterface GigabitEthernet 0/0.1. [Sysname] interface gigabitethernet 0/0.1 [Sysname-GigabitEthernet0/0.1] mtu 1680 promiscuous promiscuous undo promiscuous Layer 3 Ethernet interface view None Use the promiscuous command to configure a Layer 3 Ethernet interface to operate in promiscuous mode. Use the undo promiscuous command to cancel the promiscuous operating mode. By default, a Layer 3 Ethernet interface does not operate in promiscuous mode. # Configure GigabitEthernet 0/0 to operate in promiscuous mode. [Sysname] interface gigabitethernet 0/0 [Sysname-GigabitEthernet0/0] promiscuous 24

Ethernet Interface Configuration Commands

Ethernet Interface Configuration Commands Table of Contents Ethernet Interface Configuration Commands 1 General Ethernet Interface/Subinterface Configuration Commands 1 combo enable 1 description 1 display interface 2 display interface brief 9

More information

Ethernet interface commands

Ethernet interface commands Contents Ethernet interface commands 1 Common Ethernet interface commands 1 default 1 description 2 display counters 2 display counters rate 4 display interface 5 display interface brief 12 display packet-drop

More information

Ethernet interface configuration commands

Ethernet interface configuration commands Contents Ethernet interface configuration commands 1 General Ethernet interface and subinterface configuration commands 1 alarm-detect 1 bandwidth 2 combo enable 2 default 3 description 4 display counters

More information

Table of Contents 1 Ethernet Interface Configuration Commands 1-1

Table of Contents 1 Ethernet Interface Configuration Commands 1-1 Table of Contents 1 Ethernet Interface Configuration Commands 1-1 broadcast-suppression 1-1 description 1-2 display brief interface 1-3 display interface 1-4 display loopback-detection 1-8 duplex 1-9 flow-control

More information

Ethernet interface configuration commands

Ethernet interface configuration commands Contents Ethernet interface configuration commands 1 General Ethernet interface/subinterface configuration commands 1 combo enable 1 default 1 description 2 display counters 3 display counters rate 4 display

More information

HP A3100 v2 Switch Series

HP A3100 v2 Switch Series HP A3100 v2 Switch Series Layer 2 - LAN Switching Command Reference HP A3100-8 v2 SI Switch (JG221A) HP A3100-16 v2 SI Switch (JG222A) HP A3100-24 v2 SI Switch (JG223A) HP A3100-8 v2 EI Switch (JD318B)

More information

HP A5120 EI Switch Series Layer 2 - LAN Switching. Command Reference. Abstract

HP A5120 EI Switch Series Layer 2 - LAN Switching. Command Reference. Abstract HP A5120 EI Switch Series Layer 2 - LAN Switching Command Reference Abstract This document describes the commands and command syntax options available for the HP A Series products. This document is intended

More information

HP 3600 v2 Switch Series

HP 3600 v2 Switch Series HP 3600 v2 Switch Series Layer 2 - LAN Switching Command Reference Part number: 5998-2361 Software version: Release 2108P01 Document version: 6W100-20131130 Legal and notice information Copyright 2013

More information

HP 5130 EI Switch Series

HP 5130 EI Switch Series HP 5130 EI Switch Series Layer 2 LAN Switching Command Reference Part number: 5998-5480a Software version: Release 31xx Document version: 6W100-20150731 Legal and notice information Copyright 2015 Hewlett-Packard

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series Layer 2 - LAN Switching Command Reference Part number: 5998-5320a Software version: Release 23xx Document version: 6W101-20150320 Legal and notice information Copyright 2015

More information

HPE FlexNetwork 5510 HI Switch Series

HPE FlexNetwork 5510 HI Switch Series HPE FlexNetwork 5510 HI Switch Series Layer 2 LAN Switching Command Reference Part number: 5200-0074b Software version: Release 11xx Document version: 6W102-20171020 Copyright 2015, 2017 Hewlett Packard

More information

HP MSR Router Series. Layer 2 LAN Switching Command Reference(V7)

HP MSR Router Series. Layer 2 LAN Switching Command Reference(V7) HP MSR Router Series Layer 2 LAN Switching Command Reference(V7) Part number: 5998-7738b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard

More information

H3C S6800 Switch Series

H3C S6800 Switch Series H3C S6800 Switch Series Layer 2 LAN Switching Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2407 Document version: 6W100-20131205 Copyright 2013, Hangzhou

More information

Transient Traffic Interruption on Ports Due to Source MAC Address Attacks Troubleshooting. Table of Contents

Transient Traffic Interruption on Ports Due to Source MAC Address Attacks Troubleshooting. Table of Contents Table of Contents Chapter 1 Transient Traffic Interruption on Ports Due to Source MAC Address Attacks Troubleshooting... 1-1 1.1 Symptom... 1-1 1.2 Related Information... 1-1 1.3 Diagnosis... 1-2 1.4 Troubleshooting...

More information

H3C S7500E-XS Switch Series

H3C S7500E-XS Switch Series H3C S7500E-XS Switch Series Layer 2 LAN Switching Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2418P05 Document version: 6W100-20150702 Copyright 2015

More information

H3C S6300 Switch Series

H3C S6300 Switch Series H3C S6300 Switch Series Layer 2 LAN Switching Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 23xx Document version: 6W101-20150407 Copyright 2014-2015,

More information

HP A3100 v2 Switch Series

HP A3100 v2 Switch Series HP A3100 v2 Switch Series Layer 2 - LAN Switching Configuration Guide HP A3100-8 v2 SI Switch (JG221A) HP A3100-16 v2 SI Switch (JG222A) HP A3100-24 v2 SI Switch (JG223A) HP A3100-8 v2 EI Switch (JD318B)

More information

HP 6600/HSR6600 Routers

HP 6600/HSR6600 Routers HP 6600/HSR6600 Routers Interface Configuration Guide Part number: 5998-1499 Software version: A6602-CMW520-R3103 A6600-CMW520-R3102-RPE A6600-CMW520-R3102-RSE HSR6602_MCP-CMW520-R3102 Document version:

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Layer 2 - LAN Switching Configuration Guide Part number:5998-3155a Software version: Release 2103 and later Document version: 6W102-20141218 Legal and notice information

More information

HP A6600 Routers Interface. Configuration Guide. Abstract

HP A6600 Routers Interface. Configuration Guide. Abstract HP A6600 Routers Interface Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures. These configuration

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Layer 2 - LAN Switching Configuration Guide Part number: 5998-1807 Software version: Release 1513 Document version: 6W100-20130830 Legal and notice information Copyright 2013 Hewlett-Packard

More information

HP 5820X & 5800 Switch Series Layer 2 - LAN Switching. Configuration Guide. Abstract

HP 5820X & 5800 Switch Series Layer 2 - LAN Switching. Configuration Guide. Abstract HP 5820X & 5800 Switch Series Layer 2 - LAN Switching Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through the software

More information

H3C SR6600/SR6600-X Routers

H3C SR6600/SR6600-X Routers H3C SR6600/SR6600-X Routers Interface Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: SR6600X-CMW520-R3103 SR6602-CMW520-R3103 SR6602X_MCP-CMW520-R3103 SR6600-CMW520-R3103-RPE

More information

Table of Contents. Chapter 1 Port Configuration Overview

Table of Contents. Chapter 1 Port Configuration Overview Table of Contents Table of Contents Chapter 1 Port Configuration Overview... 1-1 Chapter 2 Ethernet Port Configuration... 2-1 2.1 Ethernet Port Overview... 2-1 2.2 Ethernet Port Configuration... 2-1 2.2.1

More information

H3C S3100V2 Switch Series

H3C S3100V2 Switch Series H3C S3100V2 Switch Series Layer 2 - LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 5103 Document version: 6W100-20110620 Copyright 2011,

More information

HP FlexFabric 5700 Switch Series

HP FlexFabric 5700 Switch Series HP FlexFabric 5700 Switch Series Layer 2 LAN Switching Configuration Guide Part number: 5998-6686 Software version: Release 2416 Document version: 6W100-20150130 Legal and notice information Copyright

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 6 This chapter describes how to configure interfaces for the Catalyst 4500 series switches. It also provides guidelines, procedures, and configuration examples. This chapter includes the following

More information

H3C S5500-HI Switch Series

H3C S5500-HI Switch Series H3C S5500-HI Switch Series Layer 2 - LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 5101 Document version: 6W100-20111031 Copyright 2011,

More information

Global Interface Commands on the Cisco ASR 9000 Series Router

Global Interface Commands on the Cisco ASR 9000 Series Router Global Interface Commands on the Cisco ASR 9000 Series Router This module provides global command line interface (CLI) commands for configuring interfaces on the Cisco ASR 9000 Series Aggregation Services

More information

HP 5800 & 5820X Switch Series Troubleshooting Guide

HP 5800 & 5820X Switch Series Troubleshooting Guide HP 5800 & 5820X Switch Series Troubleshooting Guide Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for

More information

HP MSR Router Series Interface

HP MSR Router Series Interface HP MSR Router Series Interface Configuration Guide(V5) Part number: 5998-2019 Software version: CMW520-R2509 Document version: 6PW102-20130925 Legal and notice information Copyright 2013 Hewlett-Packard

More information

HP 5500 EI & 5500 SI Switch Series Troubleshooting Guide

HP 5500 EI & 5500 SI Switch Series Troubleshooting Guide HP 5500 EI & 5500 SI Switch Series Troubleshooting Guide Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties

More information

H3C S5820X&S5800 Series Ethernet Switches

H3C S5820X&S5800 Series Ethernet Switches H3C S5820X&S5800 Series Ethernet Switches Layer 2 - LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 6W103-20100716 Product Version: Release 1110

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 4 This chapter describes how to configure interfaces for the Catalyst 4500 series switches. It also provides guidelines, procedures, and configuration examples. This chapter includes the following

More information

Global Interface Commands on the. Cisco ASR 9000 Series Router.

Global Interface Commands on the. Cisco ASR 9000 Series Router. Global Interface Commands on the Cisco ASR 9000 Series Router This module describes the global command line interface (CLI) commands for configuring interfaces on the Cisco ASR 9000 Series Router. bandwidth

More information

FSOS Ethernet Port Configuration

FSOS Ethernet Port Configuration FSOS Ethernet Port Configuration Contents 1. Ethernet Port Configuration...1 1.1 Ethernet Port Overview... 1 1.1.1 Link Type of Ethernet Ports... 1 1.1.2 Configuring Default VLAN ID for an Ethernet Port...

More information

Configuring Link Aggregation on the ML-MR-10 card

Configuring Link Aggregation on the ML-MR-10 card CHAPTER 34 Configuring Link Aggregation on the ML-MR-10 card This chapter applies to the ML-MR-10 card and describes how to configure link aggregation for the ML-Series cards, both EtherChannel and packet-over-sonet/sdh

More information

Configuring Gigabit Ethernet Interfaces

Configuring Gigabit Ethernet Interfaces This chapter explains how to configure the Gigabit Ethernet (GE) interface on the Cisco ASR 901 router. Configuring the Interface, page 1 Setting the Speed and Duplex Mode, page 2 Enabling the Interface,

More information

Contents. Tunneling commands 1

Contents. Tunneling commands 1 Contents Tunneling commands 1 bandwidth 1 default 1 description 2 destination 3 4 interface tunnel 7 mtu 8 reset counters interface tunnel 9 service 9 shutdown 10 source 11 tunnel dfbit enable 12 tunnel

More information

Contents. Tunneling commands 1

Contents. Tunneling commands 1 Contents Tunneling commands 1 bandwidth 1 default 1 description 2 destination 2 display interface tunnel 3 interface tunnel 7 mtu 8 reset counters interface 9 service 10 shutdown 11 source 11 tunnel dfbit

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 9 This chapter defines the types of interfaces on the Cisco ME 3400 Ethernet Access switch and describes how to configure them. Understanding Interface Types, page 9-1 Using Interface Configuration

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 9 This chapter defines the types of interfaces on the Cisco ME 3400 Ethernet Access switch and describes how to configure them. The chapter consists of these sections: Understanding Interface Types,

More information

Loop detection commands 1

Loop detection commands 1 Contents Loop detection commands 1 display loopback-detection 1 loopback-detection action 1 loopback-detection enable 2 loopback-detection global action 3 loopback-detection global enable 4 loopback-detection

More information

1 of :22

1 of :22 Feedback: Help us help you Please rate this document. Excellent Good Average Fair Poor This document solved my problem. Yes No Just Browsing Suggestions to improve this document. (512 character limit)

More information

H3C WX3000E Series Wireless Switches

H3C WX3000E Series Wireless Switches H3C WX3000E Series Wireless Switches Switching Engine Layer 2 Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: WX3000-CMW520-R3507P26 Document version: 6W101-20140714

More information

Global Interface Commands on Cisco IOS XR Software

Global Interface Commands on Cisco IOS XR Software Global Interface Commands on Cisco IOS XR Software This module provides global command line interface (CLI) commands for configuring interfaces on the Cisco CRS Router. HR-613 bandwidth (global) Global

More information

H3C S5120-SI Series Ethernet Switches Layer 2 LAN Switching Configuration Guide

H3C S5120-SI Series Ethernet Switches Layer 2 LAN Switching Configuration Guide H3C S5120-SI Series Ethernet Switches Layer 2 LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Copyright 2003-2010, Hangzhou H3C Technologies Co., Ltd. and its licensors

More information

H3C S6300 Switch Series

H3C S6300 Switch Series H3C S6300 Switch Series Layer 2 LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 23xx Document version: 6W101-20150407 Copyright 2014-2015,

More information

H3C S5130-HI Switch Series

H3C S5130-HI Switch Series H3C S5130-HI Switch Series Layer 2 - LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1111 Document version: 6W100-20150615 Copyright 2015,

More information

Starting Interface Configuration (ASA 5505)

Starting Interface Configuration (ASA 5505) CHAPTER 13 Starting Interface Configuration (ASA 5505) This chapter includes tasks for starting your interface configuration for the ASA 5505, including creating VLAN interfaces and assigning them to switch

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 6 This chapter describes how to configure interfaces for the Catalyst 4500 series switches. It also provides guidelines, procedures, and configuration examples. This chapter includes the following

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 9 This chapter describes how to configure interfaces on the Catalyst 6500 series switches. This chapter consists of these sections: Understanding Interface Configuration, page 9-2 Using the Interface,

More information

Troubleshooting - Access

Troubleshooting - Access rtel Secure Router 8000 Series Release: Document Revision: 5.3 01.01 www.nortel.com NN46240-700 324569-A Rev01 rtel Secure Router 8000 Series Release: 5.3 Publication: NN46240-700 Document Revision: 01.01

More information

HP MSR Router Series. Interface Configuration Guide(V7) Part number: b Software version: CMW710-R0304 Document version: 6PW

HP MSR Router Series. Interface Configuration Guide(V7) Part number: b Software version: CMW710-R0304 Document version: 6PW HP MSR Router Series Interface Configuration Guide(V7) Part number: 5998-7717b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard

More information

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface Contents Configuring HDLC 1 Overview 1 HDLC frame format and frame type 1 Enabling HDLC encapsulation on an interface 1 Configuring an IP address for an interface 2 Configuring the link status polling

More information

HPE FlexNetwork 5130 EI Switch Series Troubleshooting Guide

HPE FlexNetwork 5130 EI Switch Series Troubleshooting Guide HPE FlexNetwork 5130 EI Switch Series Troubleshooting Guide Part number: 5200-1218 Document version: 6W102-20160429 The information in this document is subject to change without notice. Copyright 2016

More information

Configuring Interfaces on the ML-Series Card

Configuring Interfaces on the ML-Series Card 5 CHAPTER This chapter describes basic interface configuration for the ML-Series card to help you get your ML-Series card up and running. Advanced packet-over-sonet (POS) interface configuration is covered

More information

HP MSR Router Series. Interface Configuration Guide(V7) Part number: a Software version: CMW710-R0106 Document version: 6PW

HP MSR Router Series. Interface Configuration Guide(V7) Part number: a Software version: CMW710-R0106 Document version: 6PW HP MSR Router Series Interface Configuration Guide(V7) Part number: 5998-6361a Software version: CMW710-R0106 Document version: 6PW101-20140807 Legal and notice information Copyright 2014 Hewlett-Packard

More information

Loopback detection configuration commands

Loopback detection configuration commands Contents Loopback detection configuration commands 1 display loopback-detection 1 loopback-detection action 2 loopback-detection enable 2 loopback-detection interval-time 3 i Loopback detection configuration

More information

Application Guide. VLANs for improved Q-SYS performance

Application Guide. VLANs for improved Q-SYS performance Application Guide Rev. A, 6 June 2018 OPTIMIZE Q-SYS PERFORMANCE: CREATE DEDICATED VLANS. One way to greatly ensure the reliability and performance of a Q-SYS network is putting Q-SYS traffic on one or

More information

Lab - Troubleshooting Connectivity Issues

Lab - Troubleshooting Connectivity Issues Lab - Troubleshooting Connectivity Issues Topology Addressing Table R1 ISP Objectives Device Interface IP Address Subnet Mask Default Gateway G0/1 192.168.1.1 255.255.255.0 N/A S0/0/0 10.1.1.1 255.255.255.252

More information

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D 1. Which network would support at least 30 hosts? A. 10.0.0.0 255.255.255.252 B. 10.0.0.0 255.255.255.240 C. 10.0.0.0 255.255.255.224 D. 10.0.0.0 255.255.255.248 2. Which protocol can cause high CPU usage?

More information

Contents. Introduction. Methodology. Check for Output Drops. Introduction Methodology

Contents. Introduction. Methodology. Check for Output Drops. Introduction Methodology Contents Introduction Methodology Check for Output Drops Determine if the Drops are Unicast or Multicast Determine Which Output Buffer is Used Check the Active Buffer Monitoring Counters Actively Increment

More information

Configuring Interfaces and Circuits

Configuring Interfaces and Circuits CHAPTER 5 This chapter describes how to configure the CSS interfaces and circuits and how to bridge interfaces to Virtual LANs (VLANs). Information in this chapter applies to all CSS models, except where

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4 tunnel 4 Configuration guidelines

More information

The configuration of the router at the initial stage was fairly simple (quoting only significant commands, not the entire config):

The configuration of the router at the initial stage was fairly simple (quoting only significant commands, not the entire config): Gentlemen, As was to be expected, Joseph was correct on all accounts. My testbed consisted of a 2811 router running 12.4(24)T4 Advanced IP Services, and two PCs connected to it. One PC was used as the

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 6 The chapter applies to the ML-Series (ML100T-2, ML100X-8, ML1000-2 cards. This chapter describes basic interface configuration for the ML-Series card to help you get your ML-Series card up and

More information

Management IP Interface

Management IP Interface The management interface is used for the video control plane messages, such as session creation and deletion, between the Logical Edge Devices (LED) and the external Edge Resource Manager (ERM) server.

More information

Global Interface Commandsonthe Cisco IOS XR Software

Global Interface Commandsonthe Cisco IOS XR Software Global Interface Commandsonthe Cisco IOS XR Software This module describes the global command line interface (CLI) commands for configuring interfaces on the Cisco CRS Router. bandwidth (global), page

More information

24-Port 10/100 L3 Switch Model: Web Configuration Guide

24-Port 10/100 L3 Switch Model: Web Configuration Guide 24-Port 10/100 L3 Switch Model: 065-7434 Web Configuration Guide Table of Contents PREPARATIONS... 6 OVERVIEW... 6 Login... 6 PRODUCT INFORMATION... 9 OVERVIEW... 9 FEATURES... 9 SYSTEM VERSION INFORMATION...10

More information

Powered by Accton. ES Port Gigabit Web-Smart Switch. Management Guide.

Powered by Accton. ES Port Gigabit Web-Smart Switch. Management Guide. Powered by Accton ES4324 24-Port Gigabit Web-Smart Switch Management Guide www.edge-core.com Management Guide 24-Port Gigabit Web-Smart Switch with 24 1000BASE-T (RJ-45) Ports, and 4 Combination (RJ-45/SFP)

More information

Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and a Router (InterVLAN Routing)

Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and a Router (InterVLAN Routing) Cisco - Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Conf... Page 1 of 13 Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and a Router

More information

Configuring the Cisco ASR 1000 Series Modular Ethernet Line Card

Configuring the Cisco ASR 1000 Series Modular Ethernet Line Card Configuring the Cisco ASR 1000 Series Modular Ethernet Line Card This chapter provides information about configuring the Cisco ASR 1000 Series Modular Ethernet Line Card on the Cisco ASR 1000 Series Routers.

More information

ARP attack protection commands

ARP attack protection commands Contents ARP attack protection commands 1 Unresolvable IP attack protection commands 1 arp resolving-route enable 1 arp source-suppression enable 1 arp source-suppression limit 2 display arp source-suppression

More information

Configuring Port-Based Traffic Control

Configuring Port-Based Traffic Control CHAPTER 22 This chapter describes how to configure the port-based traffic control features on the Cisco ME 3400 Ethernet Access switch. For complete syntax and usage information for the commands used in

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 Overview 1 Comparison with traditional VPN 1 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration task list 4 Configuring

More information

Section 3 Understanding Ethernet and Switch Operations

Section 3 Understanding Ethernet and Switch Operations Section 3 Understanding Ethernet and Switch Operations Ethernet is the technology of choice for today s LANs. It is fast, has low costs, and is easy to maintain. Today s Ethernet standards support speeds

More information

Switch configuration. By the end of this session, you will be able to: Describe basic switch configuration methods. Configure a switch.

Switch configuration. By the end of this session, you will be able to: Describe basic switch configuration methods. Configure a switch. By the end of this session, you will be able to: Describe basic switch configuration methods. Configure a switch. 4 SESSION OVERVIEW... 2 MANAGEMENT OPTIONS... 3 WHY CONFIGURE SWITCHES?... 4 CONSOLE PORT...

More information

Quidway S5700 Series Ethernet Switches V100R006C01. Configuration Guide - Ethernet. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD.

Quidway S5700 Series Ethernet Switches V100R006C01. Configuration Guide - Ethernet. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. V100R006C01 Issue 02 Date 2011-11-21 HUAWEI TECHNOLOGIES CO., LTD. 2011. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

Troubleshoot interface down issues in Cisco routers

Troubleshoot interface down issues in Cisco routers Troubleshoot interface down issues in Cisco routers Contents Introduction Prerequisites Requirements Conventions Troubleshoot Methodology Troubleshoot Examples Introduction This document describes troubleshoot

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 About MPLS L2VPN 1 Comparison with traditional VPN 2 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration

More information

Command Manual MAC Address Table Management H3C S5500-EI Series Ethernet Switches. Table of Contents

Command Manual MAC Address Table Management H3C S5500-EI Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 MAC Address Table Management... 1-1 1.1.1 display mac-address... 1-1 1.1.2 display mac-address aging-time... 1-2 1.1.3 mac-address (Ethernet port view)...

More information

Table of Contents 1 VLAN Configuration 1-1

Table of Contents 1 VLAN Configuration 1-1 Table of Contents 1 VLAN Configuration 1-1 Overview 1-1 Introduction to VLAN 1-1 VLAN Fundamentals 1-2 Types of VLAN 1-3 Introduction to Port-Based VLAN 1-3 Configuring a VLAN 1-4 Configuration Task List

More information

Configuring 4-Port Gigabit Ethernet WAN Optical Services Modules

Configuring 4-Port Gigabit Ethernet WAN Optical Services Modules CHAPTER 4 Configuring 4-Port Gigabit Ethernet WAN Optical Services Modules This chapter provides an overview of the features supported on the 4-port Gigabit Ethernet WAN Optical Services Modules (OSM-2+4GE-WAN+

More information

Configuring Interface Characteristics

Configuring Interface Characteristics CHAPTER 12 This chapter defines the types of Catalyst 2975 interfaces and describes how to configure them. Unless otherwise noted, the term switch refers to a standalone switch and a switch stack. Understanding

More information

Configuring IEEE 802.3ad Link Bundling and Load Balancing

Configuring IEEE 802.3ad Link Bundling and Load Balancing Configuring IEEE 802.3ad Link Bundling and Load Balancing This document describes how the IEEE 802.3ad link bundling and load balancing leverages the EtherChannel infrastructure within Cisco software to

More information

Interface and Hardware Components Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches)

Interface and Hardware Components Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches) Interface and Hardware Components Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches) First Published: 2017-07-31 Last Modified: 2017-11-03 Americas Headquarters Cisco Systems, Inc.

More information

User Guide. Unmanaged Pro Switch TL-SG105E/TL-SG108E/TL-SG116E REV4.0.1

User Guide. Unmanaged Pro Switch TL-SG105E/TL-SG108E/TL-SG116E REV4.0.1 User Guide Unmanaged Pro Switch TL-SG105E/TL-SG108E/TL-SG116E 1910012413 REV4.0.1 May 2018 CONTENTS About This Guide Intended Readers... 1 Conventions... 1 More Information... 1 Introduction Product Overview...

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE security mechanisms 2 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4

More information

Troubleshooting - IP Multicast

Troubleshooting - IP Multicast rtel Secure Router 8000 Series Troubleshooting - IP Multicast Release: Document Revision: 5.3 01.01 www.nortel.com NN46240-705 324758-A rtel Secure Router 8000 Series Release: 5.3 Publication: NN46240-705

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

Configuring Interface Characteristics

Configuring Interface Characteristics CHAPTER 10 This chapter defines the types of interfaces on the switch and describes how to configure them. Unless otherwise noted, the term switch refers to a standalone switch and to a switch stack. The

More information

Configuring Interface Characteristics

Configuring Interface Characteristics CHAPTER 11 This chapter defines the types of interfaces on the Catalyst 3750 switch and describes how to configure them. Unless otherwise noted, the term switch refers to a standalone switch and a switch

More information

Configuring Interface Characteristics

Configuring Interface Characteristics Finding Feature Information, page 1 Information About, page 1 How to Configure Interface Characteristics, page 11 Monitoring Interface Characteristics, page 28 Configuration Examples for Interface Characteristics,

More information

H3C MSR Series Routers

H3C MSR Series Routers H3C MSR Series Routers Layer 2 - WAN Command Reference(V7) Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: MSR-CMW710-R0007 Document version: 6W100-20140320 Copyright 2014, Hangzhou

More information

Configuring Port-Based Traffic Control

Configuring Port-Based Traffic Control Overview of Port-Based Traffic Control, page 1 Finding Feature Information, page 2 Information About Storm Control, page 2 How to Configure Storm Control, page 4 Information About Protected Ports, page

More information

IPv6 Tunnel through an IPv4 Network

IPv6 Tunnel through an IPv4 Network IPv6 Tunnel through an IPv4 Network Document ID: 25156 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations (Manual IPv6 Mode) Configurations

More information

FSOS. Ethernet Configuration Guide

FSOS. Ethernet Configuration Guide FSOS Ethernet Configuration Guide Contents 1 Configuring Interface... 1 1.1 Overview...1 1.2 Configuring Interface State...1 1.2.1 Configurations...1 1.2.2 Validation...1 1.3 Configuring Interface Speed...

More information

Configuring Port-Based Traffic Control

Configuring Port-Based Traffic Control CHAPTER 18 This chapter describes how to configure port-based traffic control features on the Catalyst 3750 Metro switch. For complete syntax and usage information for the commands used in this chapter,

More information

Configuring Basic Interface Parameters

Configuring Basic Interface Parameters This chapter describes how to configure the basic interface parameters on Cisco NX-OS devices. About the Basic Interface Parameters, page 1 Licensing Requirements, page 7 Guidelines and Limitations, page

More information