|
|
To select a particular Fast Ethernet interface for configuration, use the interface fastethernet global configuration command.
Cisco 4500 and 4700 series
interface fastethernet number
Cisco 7200 series
interface fastethernet slot/port
Cisco 7500 series
interface fastethernet slot/port-adapter/port
Syntax Description
number Port, connector, or interface card number. On a Cisco 4500 or 4700 series routers, specifies the NIM or NPM number. The numbers are assigned at the factory at the time of installation or when added to a system. slot Number of the slot being configured. Refer to the appropriate hardware manual for slot and port information. port Number of the port being configured. Refer to the appropriate hardware manual for slot and port information. port-adapter Number of the port-adapter being configured. Refer to the appropriate hardware manual for information about port adapter compatibility.
Defaults
No default behavior or values.
Command Modes
Global configuration
Command History
11.2 This command was introduced. 11.3 Default encapsulation type changed to ARPA.
Release
Modification
Usage Guidelines
There is not a no form of this command.
Examples
The following example configures Fast Ethernet interface 0 for standard ARPA encapsulation (the default setting) on a Cisco 4500 or 4700 series routers:
Router(config)# interface fastethernet 0
Related Commands
show interfaces fastethernet Displays information about the Fast Ethernet interfaces.
Command
Description
To create a group interface that will serve as master, to which asynchronous interfaces can be associated as members, use the interface group-async global configuration command. To restore the default, use the no form of this command.
interface group-async unit-number
Syntax Description
unit-number Number of the asynchronous group interface being created.
Defaults
No interfaces are designated as group masters.
Command Modes
Global configuration
Usage Guidelines
Examples
The following example defines asynchronous group master interface 0:
Router(config)# interface group-async 0
Related Commands
group-range Creates a list of member asynchronous interfaces (associated with a group interface). member Alters the configuration of an asynchronous interface that is a member of a group.
Command
Description
To specify a Fast EtherChannel and enter interface configuration mode, use the interface port-channel global configuration command.
interface port-channel channel-number
Syntax Description
channel-number Channel number assigned to this port-channel interface. Range is 1 to 4.
Defaults
No Fast EtherChannel is specified.
Command Modes
Global configuration
Command History
11.1 CA This command was introduced.
Release
Modification
Usage Guidelines
You can configure the port-channel interface as you would do to any Fast Ethernet interface.
After you create a port-channel interface, you assign Fast Ethernet interfaces (up to four) to it. For information on how to assign a Fast Ethernet interface to a port-channel interface, refer to the channel-group interface configuration command.
![]() |
Caution The port-channel interface is the routed interface. Do not enable Layer 3 addresses on the physical Fast Ethernet interfaces. Do not assign bridge groups on the physical Fast Ethernet interfaces because it creates loops. Also, you must disable spanning tree. |
![]() |
Caution With Release 11.1(20)CC, the Fast EtherChannel supports CEF/dCEF. We recommend that you clear all explicit ip route-cache distributed commands from the Fast Ethernet interfaces before enabling dCEF on the port-channel interface. Doing this gives the port-channel interface proper control of its physical Fast Ethernet links. When you enable CEF/dCEF globally, all interfaces that support CEF/dCEF are enabled. When CEF/dCEF is enabled on the port-channel interface, it is automatically enabled on each of the Fast Ethernet interfaces in the channel group. However, if you have previously disabled CEF/dCEF on the Fast Ethernet interface, CEF/dCEF is not automatically enabled. In this case, you must enable CEF/dCEF on the Fast Ethernet interface. |
![]() |
Note As you work with the interface port-channel command, consider the following points: |
There is not a no form of this command.
Examples
The following example creates a port-channel interface with a channel group number of 1 and adds 3 Fast Ethernet interfaces to port-channel 1:
Router(config)# interface port-channel 1 Router(config-if)# ip address 1.1.1.10 255.255.255.0 Router(config)# interface fastethernet 1/0/0 Router(config-if)# channel-group 1 Router(config)# interface fastethernet 4/0/0 Router(config-if)# channel-group 1 Router(config)# interface fastethernet 5/0/0 Router(config-if)# channel-group 1
Related Commands
channel-group Defines the timeslots that belong to each T1 or E1 circuit. show interfaces port-channel Displays the information about the Fast EtherChannel on Cisco 7500 series routers and Cisco 7000 series routers with the RSP7000 and RSP7000CI.
Command
Description
To specify the Packet OC-3 interface on the Packet-over-SONET (POS) interface processor and enter interface configuration mode, use the interface pos global configuration command.
Cisco 7000 and Cisco 7500 series routers with VIPs
interface pos slot/port-adapter/port
Cisco 7200 series routers
interface pos slot/port
Syntax Description
slot Specifies the backplane slot number. port On Cisco 7000 series and Cisco 7500 series routers, specifies the ports on a VIP card. The value must be 0. port-adapter Port number on the interface. The value must be 0.
Defaults
No POS interface is specified.
Command Modes
Global configuration
Command History
11.2 This command was introduced.
Release
Modification
Usage Guidelines
There is not a no form of this command.
Examples
The following example specifies the single Packet OC-3 interface on the POS OC-3 port adapter in slot 2:
Router(config)# interface pos 2/0
To specify the interface on a 100VG-AnyLAN port adapter and enter interface configuration mode on Cisco 7200 series routers and Cisco 7500 series routers, use the interface vg-anylan global configuration command.
Cisco 7500 series routers with VIPs
interface vg-anylan slot/port-adapter/port
Cisco 7200 series routers
interface vg-anylan slot/port
Syntax Description
slot Number of the slot being configured. Refer to the appropriate hardware manual for slot and port information. port Number of the port being configured. Refer to the appropriate hardware manual for slot and port information. port-adapter Number of the port-adapter being configured. Refer to the appropriate hardware manual for information about port adapter compatibility.
Defaults
No interfaces are specified.
Command Modes
Global configuration
Command History
11.3 This command was introduced.
Release
Modification
Usage Guidelines
You configure the 100VG-AnyLAN port adapter as you would any Ethernet or Fast Ethernet interface. The 100VG-AnyLAN port adapter can be monitored with the IEEE 802.12 Interface MIB.
There is not a no form of this command.
Examples
The following example specifies the 100VG-AnyLAN port adapter in the first port adapter in slot 1:
Router(config)# interface vg-anylan 1/0/0
Related Commands
framing Selects the frame type for the T1 or E1 data line. show interfaces vg-anylan Displays the information about the 100VG-AnyLAN port adapter on Cisco 7200 series routers and Cisco 7500 series routers.
Command
Description
To set the E3 international bit in the G.751 frame used by the PA-E3 port adapter, use the international bit interface configuration command. To return to the default international bit, use the no form of this command.
international bit {0 | 1} {0 | 1}
Syntax Description
0 | 1 Specifies the value of the first international bit in the G.751 frame. The default is 0. 0 | 1 Specifies the value of the second international bit in the G.751 frame. The default is 0.
Defaults
The default value for each bit is 0.
Command Modes
Interface configuration
Command History
11.1 CA This command was introduced.
Release
Modification
Usage Guidelines
The international bit command sets bits 6 and 8, respectively, of set II in the E3 frame.
To verify the international bit configured on the interface, use the show controller serial EXEC command.
Examples
The following example sets the international bit to 1 1 on the PA-E3 port adapter in slot 1, port-adapter slot 0, interface 0:
Router(config)# interface serial 1/0/0 Router(config-if)# international bit 1 1
Related Commands
national bit Sets the E3 national bit in the G.751 frame used by the PA-E3 port adapter. show controllers serial Displays information that is specific to the interface hardware.
Command
Description
To invert the data stream, use the invert data interface configuration command. This command applies only to the Cisco 7000 series routers with the RSP7000 and RSP7000CI, Cisco 7200 series routers, and Cisco 7500 series routers. To disable inverting the data stream, se the no form of this command.
invert dataSyntax Description
This command has no arguments or keywords.
Defaults
Data is not inverted.
Command Modes
Interface configuration
Command History
11.1 CA and 11.2 P This command was introduced.
Release
Modification
Usage Guidelines
T1 Line without B8ZS Encoding
Inverting is a method of avoiding excessive zeroes that is superseded by the use of B8ZS encryption. This option could be needed for use with legacy equipment that supports this option. By inverting the HDLC data stream, the HDLC zero insertion algorithm becomes a ones insertion algorithm that satisfies the T1 requirements. Be careful not to invert data both on the interface and on the CSU/DSU as two data inversions will cancel each other out.
AMI Line Coding
If the interface on the CT3IP uses AMI line coding, you must also invert the data on the T1 channel. For more information, see the t1 linecode controller configuration command.
Examples
The following example inverts data on serial interface 3/1/0:
Router(config)# interface serial 3/1/0 Router(config-if)# invert data
Related Commands
t1 linecode Specifies the type of linecoding used by the T1 channels on the CT3IP in Cisco 7500 series routers.
Command
Description
To configure UIO serial port 0 or 1 on the Cisco MC3810 when the cable connected is DCE type, use the invert rxclock interface configuration command. The command inverts the phase of the RX clock on the UIO serial interface, which does not use the T1/E1 interface. To disable the phase inversion, use the no form of this command.
invert rxclockSyntax Description
This command has no arguments or keywords.
Defaults
Receive clock signal is not inverted.
Command Modes
Interface configuration
Command History
11.3 MA This command was introduced.
Release
Modification
Examples
The following example inverts the clock signal on serial interface 1:
Router(config)# interface serial 1 Router(config-if)# invert rxclock
The invert txclock command replaces this command. Refer to the description of invert txclock for information on the transmit clock signal.
To invert the transmit clock signal, use the invert txclock interface configuration command. This command applies only to Cisco 7200 series and Cisco 7500 series routers. To return to the transmit clock signal to its initial state, use the no form of this command.
invert txclockSyntax Description
This command has no arguments or keywords.
Defaults
Transmit clock signal is not inverted.
Command Modes
Interface configuration
Command History
10.0 This command was introduced. 11.3 This command was modified to change the command from invert-transmit-clock to invert txclock.
Release
Modification
Usage Guidelines
Delays between the SCTE clock and data transmission indicate that the transmit clock signal might not be appropriate for the interface rate and length of cable being used. Different ends of the wire can have variances that differ slightly. The invert txclock command compensates for these variances. This command replaces the invert data command.
This command applies only to the Cisco 7000 series routers equipped with the Cisco 7000 Series Route Switch Processor (RSP7000) and 7000 Series Chassis Interface (RSP7000CI), Cisco 7200 series, and Cisco 7500 series routers.
When a PA-8T or PA-4T+ port adapter interface is DTE, the invert txclock command inverts the TxC signal it received from the remote DCE. When the PA-8T or PA-4T+ port adapter interface is DCE, this command changes the signal back to its original phase.
Examples
The following example inverts the clock signal on serial interface 3/0:
Router(config)# interface serial 3/0 Router(config-if)# invert txclock
To set the keepalive timer for a specific interface, use the keepalive interface configuration command. To turn off keepalives entirely, use the no form of this command.
keepalive [seconds]
Syntax Description
seconds (Optional) Integer value greater than 0. The default is 10.
Defaults
10 seconds
Command Modes
Interface configuration
Command History
10.0 This command was introduced.
Release
Modification
Usage Guidelines
You can configure the keepalive interval, which is the frequency at which the Cisco IOS software sends messages to itself (Ethernet and Token Ring) or to the other end (serial), to ensure a network interface is alive. The interval in previous software versions was 10 seconds; it is now adjustable in 1-second increments down to 1 second. An interface is declared down after three update intervals have passed without receiving a keepalive packet.
Setting the keepalive timer to a low value is very useful for rapidly detecting Ethernet interface failures (transceiver cable disconnecting, cable unterminated, and so on).
A typical serial line failure involves losing Carrier Detect (CD) signal. Because this sort of failure is typically noticed within a few milliseconds, adjusting the keepalive timer for quicker routing recovery is generally not useful.
![]() |
Note When adjusting the keepalive timer for a very low bandwidth serial interface, large datagrams can delay the smaller keepalive packets long enough to cause the line protocol to go down. You may need to experiment to determine the best value. |
Examples
The following example sets the keepalive interval to 3 seconds:
Router(config)# interface ethernet 0 Router(config-if)# keepalive 3
Syntax Description
ieee-address 48-bit IEEE MAC address written as a dotted triplet of four-digit hexadecimal numbers.
Defaults
No burned-in MAC address is set.
Command Modes
Interface configuration
Command History
10.3 This command was introduced.
Release
Modification
Usage Guidelines
Use this command only on a LAN Extender interface that is not currently active (not bound to a serial interface).
Examples
The following example sets the burned-in MAC address on LAN Extender interface 0:
Router(config)# interface serial 4 Router(config-if)# encapsulation ppp Router(config)# interface lex 0 Router(config-if)# lex burned-in-address 0000.0c00.0001 Router(config-if)# ip address 131.108.172.21 255.255.255.0
Syntax Description
access-list-number Number of the access list assigned with the access-list global configuration command. It can be a number from 700 to 799.
Defaults
No access lists are preassigned to a LAN Extender interface.
Command Modes
Interface configuration
Command History
10.0 This command was introduced.
Release
Modification
Usage Guidelines
Use the lex input-address-list command to filter the packets that are allowed to pass from the LAN Extender to the core router. The access list filters packets based on the source MAC address.
The LAN Extender interface does not process MAC-address masks. Therefore, you should omit the mask from the access-list commands.
For LAN Extender interfaces, an implicit permit everything entry is automatically defined at the end of an access list. Note that this default differs from other access lists, which have an implicit deny everything entry at the end of each access list.
Examples
The following example applies access list 710 to LAN Extender interface 0. This access list denies all packets from MAC address 0800.0214.2776 and permits all other packets.
Router(config-if)# access-list 710 deny 0800.0214.2776 Router(config)# interface lex 0 Router(config-if)# lex input-address-list 710
Related Commands
access-list Configures the access list mechanism for filtering frames by protocol type or vendor code.
Command
Description
Syntax Description
access-list-number Number of the access list you assigned with the access-list command. It can be a number in the range 200 to 299.
Defaults
No access lists are preassigned to a LAN Extender interface.
Command Modes
Interface configuration
Command History
10.3 This command was introduced.
Release
Modification
Usage Guidelines
Filtering is done on the LAN Extender chassis.
The LAN Extender interface does not process masks. Therefore, you should omit the mask from the access-list commands.
For LAN Extender interfaces, an implicit permit everything entry is automatically defined at the end of an access list. Note that this default differs from other access lists, which have an implicit deny everything entry at the end of each access list.
Examples
The following example applies access list 220 to LAN Extender interface 0. This access list denies all AppleTalk packets (packets with a type field of 0x809B) and permits all other packets.
Router(config-if)# access-list 220 deny 0x809B 0x0000 Router(config)# interface lex 0 Router(config-if)# lex input-type-list 220
Related Commands
access-list Configures the access list mechanism for filtering frames by protocol type or vendor code.
Command
Description
Syntax Description
group Number of the priority group. It can be a number in the range 1 to 10.
Defaults
Disabled
Command Modes
Interface configuration
Command History
10.3 This command was introduced.
Release
Modification
Usage Guidelines
To define queueing priorities, use the priority-list protocol global configuration command. Note that you can use only the following forms of this command:
priority-list list protocol protocol {high | medium | normal | low}If you specify a protocol that does not have an assigned Ethernet type code, such as x25, stun, or pad, it is ignored and will not participate in priority output queueing.
Examples
The following example activates priority output queueing on LAN Extender interface 0:
Router(config-if)# priority-list 5 protocol bridge medium list 701 Router(config-if)# lex interface 0 Router(config-if)# lex priority-group 5
Related Commands
priority-list protocol Establishes queueing priorities based on the protocol type.
Command
Description
To define the number of times to resend commands to the LAN Extender chassis, use the lex retry-count interface configuration command. To return to the default value, use the no form of this command.
lex retry-count number
Syntax Description
number Number of times to retry sending commands to the LAN Extender. It can be a number in the range 0 to 100. The default is 10.
Defaults
10 retries
Command Modes
Interface configuration
Command History
10.3 This command was introduced.
Release
Modification
Usage Guidelines
After the router has sent a command the specified number of times without receiving an acknowledgment from the LAN Extender, it stops sending the command altogether.
Examples
The following example resends commands 20 times to the LAN Extender:
Router(config-if)# lex interface 0 Router(config-if)# lex retry-count 20
Related Commands
lex timeout Defines the amount of time to wait for a response from the LAN Extender.
Command
Description
To define the amount of time to wait for a response from the LAN Extender, use the lex timeout interface configuration command. To return to the default time, use the no form of this command.
lex timeout milliseconds
Syntax Description
milliseconds Time, in milliseconds, to wait for a response from the LAN Extender before resending the command. It can be a number in the range 500 to 60000. The default is 2000 ms.
Defaults
2000 ms (2 seconds)
Command Modes
Interface configuration
Command History
10.3 This command was introduced.
Release
Modification
Usage Guidelines
The lex timeout command defines the amount of time that the router waits to receive an acknowledgment after having sent a command to the LAN Extender.
Examples
The following example causes unacknowledged packets to be resent at 4-second intervals:
Router(config-if)# lex interface 0 Router(config-if)# lex timeout 4000
Related Commands
lex retry-count Defines the number of times to resend commands to the LAN Extender chassis.
Command
Description
To select the line-code type for T1 or E1 line, use the linecode controller configuration command.
linecode {ami | b8zs | hdb3}
Syntax Description
ami Specifies alternate mark inversion (AMI) as the line-code type. Valid for T1 or E1 controllers. This is the default for T1 lines. b8zs Specifies B8ZS as the line-code type. Valid for T1 controller only. hdb3 Specifies high-density bipolar 3 (hdb3) as the line-code type. Valid for E1 controller only. This is the default for E1 lines.
Defaults
AMI is the default for T1 lines.
High-density bipolar 3 is the default for E1 lines.
Command Modes
Controller configuration
Command History
10.3 This command was introduced.
Release
Modification
Usage Guidelines
Use this command in configurations where the router or access server must communicate with T1 fractional data lines. The T1 service provider determines which line-code type, either ami or b8zs, is required for your T1 circuit. Likewise, the E1 service provider determines which line-code type, either ami or hdb3, is required for your E1 circuit.
There is not a no form of this command.
Examples
The following example specifies B8ZS as the line-code type:
Router(config-controller)# linecode b8zs
To specify the line termination for the E1 port on a trunk card, use the line-termination controller command. To return to the default line termination, use the no form of this command.
line-termination {75-ohm | 120-ohm}
Syntax Description
75-ohm Specify 75-ohm unbalanced termination. 120-ohm Specify 120-ohm balanced termination. This is the default.
Defaults
120-ohms
Command Modes
Controller configuration
Command History
11.3(2)AA This command was introduced.
Release
Modification
Usage Guidelines
To determine the line termination setting for the port, use the show controller e1 command.
Examples
In the following example, the line termination is set to 75-ohms for the E1 port located in shelf 6, slot 0 port 0:
Router# configure terminal Router(config)# controller e1 6/0/0 Router(config-controller)# line-termination 75-ohm Router(config-controller)# exit Router(config)# exit Router#
Related Commands
show controllers e1 Displays information about the E1 links supported by the NPM (Cisco 4000) or MIP (Cisco 7500 series).
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
Enabled
Command Modes
Hub configuration
Command History
10.3 This command was introduced.
Release
Modification
Usage Guidelines
This command applies to a port on an Ethernet hub only. Disable this feature if a 10BaseT twisted-pair device at the other end of the hub does not implement the link test function.
Examples
The following example disables the link test function on hub 0, ports 1 through 3:
Router(config)#hub ethernet 0 1 3Router(config-hub)#no link-test
Related Commands
hub Enables and configures a port on an Ethernet hub of a Cisco 2505 or Cisco 2507 router.
Command
Description
To enable Lanoptics Hub Networking Management of a PCbus Token Ring interface, use the local-lnm interface configuration command. To disable Lanoptics Hub Networking Management, use the no form of this command.
local-lnmSyntax Description
This command has no arguments or keywords.
Defaults
Management is not enabled.
Command Modes
Interface configuration
Command History
10.3 This command was introduced.
Release
Modification
Usage Guidelines
The Token Ring interface on the AccessPro PC card can be managed by a remote LAN manager over the PCbus interface. At present, the Lanoptics Hub Networking Management software running on an IBM compatible PC is supported.
Examples
The following example enables Lanoptics Hub Networking Management:
Router(config-if)# local-lnm
To diagnose equipment malfunctions between the interface and device, use the loopback interface configuration command. To disable the test, use the no form of this command.
loopbackSyntax Description
This command has no arguments or keywords.
Defaults
Disabled
Command Modes
Interface configuration
Command History
10.0 This command was introduced.
Release
Modification
Usage Guidelines
On HSSI serial interface cards, the loopback function configures a two-way internal and external loop on the HSA applique of the specific interface.
On MCI and SCI serial interface cards, the loopback functions when a CSU/DSU or equivalent device is attached to the router or access server. The loopback command loops the packets through the CSU/DSU to configure a CSU loop, when the device supports this feature.
On the MCI and MEC Ethernet cards, the interface receives back every packet it sends when the loopback command is enabled. Loopback operation has the additional effect of disconnecting network server functionality from the network.
On the CSC-FCI FDDI card, the interface receives back every packet it sends when the loopback command is enabled. Loopback operation has the additional effect of disconnecting network server functionality from the network.
On all Token Ring interface cards (except the 4-megabit CSC-R card), the interface receives back every packet it sends when the loopback command is enabled. Loopback operation has the additional effect of disconnecting network server functionality from the network.
![]() |
Note Loopback does not work on an X.21 DTE because the X.21 interface definition does not include a loopback definition. |
To show interfaces currently in loopback operation, use the show interfaces loopback EXEC command.
Examples
The following example configures the loopback test on Ethernet interface 4:
Router(config)# interface ethernet 4 Router(config-if)# loopback
Related Commands
down-when-looped Configures an interface to inform the system it is down when loopback is detected. show interfaces loopback Displays information about the loopback interface.
Command
Description
To loop the serial interface on a PA-E3 or a PA-T3 port adapter, use the loopback interface configuration command. To remove the loopback, use the no form of this command.
PA-E3 port adapter
loopback {dte | local | network {line | payload}}
no loopback
PA-T3 port adapter
loopback {dte | local | network {line | payload} | remote}
no loopback
Syntax Description
dte Sets the loopback after the LIU toward the terminal. local Sets the loopback after going through the framer toward the terminal. network {line | payload} Sets the loopback toward the network before going through the framer (line) or after going through the framer (payload). remote Sends a far-end alarm control (FEAC) to set the remote framer in loopback.
Defaults
Disabled
Command Modes
Interface configuration
Command History
11.1 CA This command was introduced.
Release
Modification
Usage Guidelines
Use this command for troubleshooting purposes.
To verify that a loopback is configured on the interface, use the show interfaces serial or show interfaces loopback EXEC command.
Examples
The following example configures the serial interface located in slot 3/0/0 for a local loopback:
Router(config)# interface serial 3/0/0 Router(config-if)# loopback local
Related Commands
show controllers serial Displays information that is specific to the interface hardware.
Command
Description
To loop individual T1 channels on the CT3IP in Cisco 7000 series routers with the RSP7000 and RSP7000CI and in Cisco 7500 series routers, use the loopback interface configuration command. To remove the loopback, use the no form of this command.
loopback [local | network {line | payload} | remote {line {fdl {ansi | bellcore} | inband} | payload [fdl] [ansi]}]
Syntax Description
local (Optional) Loops the router output data back toward the router at the T1 framer and sends an AIS signal out toward the network. network {line | payload} (Optional) Loops the data back toward the network before the T1 framer and automatically sets a local loopback at the HDLC controllers (line) or loops the payload data back toward the network at the T1 framer and automatically sets a local loopback at the HDLC controllers (payload). remote line fdl {ansi | bellcore} (Optional) Sends a repeating, 16-bit ESF data link code word (00001110 11111111 for FDL ANSI and 00010010 11111111 for FDL Bellcore) to the remote end requesting that it enter into a network line loopback. Specify the ansi keyword to enable the remote line Facility Data Link (FDL) ANSI bit loopback on the T1 channel, per the ANSI T1.403 Specification. Specify the bellcore keyword to enable the remote SmartJack loopback on the T1 channel, per the TR-TSY-000312 Specification. remote line inband (Optional) Sends a repeating, 5-bit inband pattern (00001) to the remote end requesting that it enter into a network line loopback. remote payload [fdl] [ansi] (Optional) Sends a repeating, 16-bit ESF data link code word (00010100 11111111) to the remote end requesting that it enter into a network payload loopback. Enables the remote payload Facility Data Link (FDL) ANSI bit loopback on the T1 channel. You can optionally specify fdl and ansi, but it is not necessary.
Defaults
Disabled
Command Modes
Interface configuration
Command History
11.1 CA This command was introduced.
Release
Modification
Usage Guidelines
Use this command for troubleshooting purposes.
To better diagnose T1 provisioning problems, you can place the remote CSU or remote SmartJack into loopback. The loopback remote line fdl interface configuration command allows you to place either the CSU or the SmartJack into loopback:
When both are configured, transmission of LOF indication (yellow alarm) takes priority over transmission of some FDL messages.
If the remote loopback appears not to be working, use the show cont t3 command to determine if the given T1 is currently attempting to transmit a LOF indication (yellow alarm):
Router#show controllers t3 0/0/0:2T3 0/0/0 is up.CT3 H/W Version: 5, CT3 ROM Version: 1.2, CT3 F/W Version: 2.5.9Mx H/W version: 2, Mx ucode ver: 1.34T1 2 is down, speed: 1536 kbs, non-inverted datatimeslots: 1-24FDL per AT&T 54016 spec.Transmitter is sending LOF Indication.Receiver is getting AIS.
If the transmitter is sending a LOF indication, as in the previous example, stop the transmission of the LOF indication (yellow alarm) with the no t1 yellow generation configuration command as shown in the following example:
Router(config)# controllers t3 0/0/0 Router(config-controll)# no t1 2 yellow generation Router(config-controll)# Ctrl-D
To verify that the transmission of the LOF indication (yellow alarm) has stopped, use the show cont t3 command:
Router# show cont t3 0/0/0:2 T3 0/0/0 is up. CT3 H/W Version: 5, CT3 ROM Version: 1.2, CT3 F/W Version: 2.5.9 Mx H/W version: 2, Mx ucode ver: 1.34 T1 2 is down, speed: 1536 kbs, non-inverted data timeslots: 1-24 FDL per AT&T 54016 spec. Receiver is getting AIS. Framing is ESF, Line Code is B8ZS, Clock Source is Internal. Yellow Alarm Generation is disabled
Then retry the remote loopback command. When diagnosis is complete, remember to re-enable the LOF indication (yellow alarm).
You can also loopback all the T1 channels by using the loopback (CT3IP) interface configuration command.
Examples
The following example configures T1 channel 5 for a local loopback:
Router(config)# interface serial 3/0/0:5 Router(config-if)# loopback local
Related Commands
loopback (T3 controller) Loops the entire T3 (all 28 T1 channels) on the CT3IP in Cisco 7500 series routers.
Command
Description
To loop the entire T3 (all 28 T1 channels) on the CT3 in a Cisco AS5800 universal access server, or on the CT3IP in Cisco 7500 series routers, use the loopback controller configuration command. To remove the loopback, use the no form of this command.
loopback [local | network | remote]
Syntax Description
local (Optional) Loops the data back toward the router and sends an AIS signal out toward the network. network (Optional) Loops the data toward the network at the T1 framer. remote (Optional) Sends a far-end alarm control (FEAC) request to the remote end requesting that it enter into a network line loopback. FEAC requests (and therefore remote loopbacks) are only possible when the T3 is configured for C-bit framing. The type of framing used is determined by the equipment you are connecting to (for more information, see the framing controller command).
Defaults
Disabled
Command Modes
Controller configuration
Command History
11.3 This command was introduced.
Release
Modification
Usage Guidelines
Use this command for troubleshooting purposes.
You can also loopback each T1 channel by using the loopback interface configuration command for T1.
For more information, refer to the "Troubleshoot the T3 and T1 Channels" section in the "Configuring Serial Interfaces" chapter of the Cisco IOS Interface Configuration Guide.
Examples
The following example configures the CT3 or CT3IP for a local loopback:
Router(config)# controller t3 3/0/0 Router(config-controller)# loopback local
Related Commands
loopback remote (interface) Loops packets through a CSU/DSU, over a DS3 link or a channelized T1 link, to the remote CSU/DSU and back.
Command
Description
To configure an internal loop on the HSSI applique, use the loopback applique interface configuration command. To remove the loop, use the no form of this command.
loopback appliqueSyntax Description
This command has no arguments or keywords.
Defaults
Disabled
Command Modes
Interface configuration
Command History
10.0 This command was introduced.
Release
Modification
Usage Guidelines
This command loops the packets within the applique, to provide a way to test communication within the router or access server. It is useful for sending pings to yourself to check functionality of the applique.
To show interfaces currently in loopback operation, use the show interfaces loopback EXEC command.
Examples
The following example configures the loopback test on the HSSI applique:
Router(config)# interface serial 1 Router(config-if)# loopback applique
Related Commands
show interfaces loopback Displays information about the loopback interface.
Command
Description
To loop packets back to the DTE from the CSU/DSU, when the device supports this feature, use the loopback dte interface configuration command. To remove the loop, use the no form of this command.
loopback dteSyntax Description
This command has no arguments or keywords.
Defaults
Disabled
Command Modes
Interface configuration
Command History
10.0 This command was introduced.
Release
Modification
Usage Guidelines
This command is useful for testing the DTE-to-DCE cable.
This command is used to test the performance of the integrated CSU/DSU. Packets are looped from within the CSU/DSU back to the serial interface of the router. Send a test ping to see if the packets successfully looped back. To cancel the loopback test, use the no loopback dte command.
When using the 4-wire 56/64-kbps CSU/DSU module, an out-of-service signal is transmitted to the remote CSU/DSU.
To show interfaces currently in loopback operation, use the show interfaces loopback EXEC command.
Examples
The following example configures the loopback test on the DTE interface:
Router(config)# interface serial 0 Router(config-if)# loopback dte
Related Commands
show interfaces loopback Displays information about the loopback interface.
Command
Description
To loop packets completely through the CSU/DSU to configure the CSU loop, use the loopback line interface configuration command. To remove the loop, use the no form of this command.
loopback line [payload]
Syntax Description
payload (Optional) Configures a loopback point at the DSU and loops back data to the network on an integrated CSU/DSU.
Defaults
Disabled
Command Modes
Interface configuration
Command History
10.0 This command was introduced.
Release
Modification
Usage Guidelines
This command is useful for testing the DCE device (CSU/DSU) itself. When the loopback line command is configured on the 2-wire 56-kbps CSU/DSU module or the 4-wire 56/64-kbps CSU/DSU modules, the network data loops back at the CSU and the router data loops back at the DSU. If the CSU/DSU is configured for switched mode, you must have an established connection to perform a payload-line loopback. To loop the received data through the minimum amount of CSU/DSU circuitry, issue the loopback line command.
When you issue the loopback line payload command on an integrated CSU/DSU module, the router cannot transmit data through the serial interface for the duration of the loopback. Choosing the DSU as a loopback point loops the received-network data through the maximum amount of CSU/DSU circuitry. Data is not looped back to the serial interface. An active connection is required when operating in switched mode for payload loopbacks.
If you enable the loopback line command on the fractional T1/T1 module, the CSU/DSU performs a full-bandwidth loopback through the CSU portion of the module and data transmission through the serial interface is interrupted for the duration of the loopback. No reframing or corrections of bipolar violation errors or cyclic redundancy check (CRC) errors are performed. When you configure the loopback line payload command on the FT1/T1 module, the CSU/DSU performs a loopback through the DSU portion of the module. The loopback line payload command reframes the data link, regenerates the signal, and corrects bipolar violations and Extended Super Frame CRC errors.
When performing a T1-line loopback with Extended Super Frame, communication over the facilities data link is interrupted, but performance statistics are still updated. To show interfaces currently in loopback operation, use the show service-module EXEC command.
To show interfaces currently in loopback operation on other routers, use the show interfaces loopback EXEC command.
Examples
The following example configures the loopback test on the DCE device:
Router(config)# interface serial 1 Router(config-if)# loopback line
The following example shows how to configure a payload loopback on a Cisco 2524 or 2525 router:
Router1(config-if)#loopback line payload Loopback in progress Router1(config-if)#no loopback line
The following example shows the output on a Cisco 2524 or 2525 router when you loop a packet in switched mode without an active connection:
Router1(config-if)#service-module 56k network-type switched Router1(config-if)#loopback line payload Need active connection for this type of loopback % Service module configuration command failed: WRONG FORMAT.
Related Commands
show interfaces loopback Displays information about the loopback interface.
Command
Description
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Wed Mar 22 07:29:08 PST 2000
Copyright 1989 - 2000©Cisco Systems Inc.