- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
03-WAN interface commands | 158.07 KB |
WAN interface commands
Common WAN interface commands
default
Use default to restore the default settings for an interface.
Syntax
default
Views
Serial interface view
CE1 interface view
Predefined user roles
network-admin
Usage guidelines
CAUTION: The default command might interrupt ongoing network services. Make sure you are fully aware of the impact of this command when you use it on a live network. |
This command might fail to restore the default settings for some commands for reasons such as command dependencies and system restrictions. You can use the display this command in interface view to check for these commands, and use their undo forms or follow the command reference to restore their respective default settings. If your restoration attempt still fails, follow the error message instructions to resolve the problem.
Examples
# Restore the default settings of Serial 3/0/1:0.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0] default
description
Use description to configure the description of an interface.
Use undo description to restore the default.
Syntax
description text
undo description
Default
The interface description uses the interface name Interface format, for example, Serial3/0/1:0 Interface.
Views
Serial interface view
CE1 interface view
Predefined user roles
network-admin
Parameters
text: Specifies the description, a case-sensitive string of 1 to 255 characters.
Examples
# Configure the description of Serial 3/0/1:0 as router-interface.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0] description router-interface
shutdown
Use shutdown to shut down an interface.
Use undo shutdown to restore the default.
Syntax
shutdown
undo shutdown
Default
A WAN interface is up.
Views
Serial interface view
CE1 interface view
Predefined user roles
network-admin
Examples
# Shut down Serial 3/0/1:0.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0] shutdown
Serial interface commands
bandwidth
Use bandwidth to set the expected bandwidth of an interface.
Use undo bandwidth to restore the default.
Syntax
bandwidth bandwidth-value
undo bandwidth
Default
The expected bandwidth (in kbps) is the interface baud rate divided by 1000.
Views
Serial interface view
Predefined user roles
network-admin
Parameters
bandwidth-value: Specifies the expected bandwidth in the range of 1 to 400000000 kbps.
Usage guidelines
The expected bandwidth is an informational parameter used only by higher-layer protocols for calculation. You cannot adjust the actual bandwidth of an interface by using this command.
Examples
# Set the expected bandwidth of Serial3/0/1:0 to 50 kbps.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0] bandwidth 50
crc
Use crc to set the CRC mode for a synchronous serial interface.
Use undo crc to restore the default.
Syntax
crc { 16 | 32 | none }
undo crc
Default
16-bit CRC is used.
Views
Synchronous serial interface view
Predefined user roles
network-admin
Parameters
16: Specifies 16-bit CRC.
32: Specifies 32-bit CRC.
none: Disables CRC.
Examples
# Configure Serial 3/0/1:0 to use 32-bit CRC.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0] crc 32
display interface serial
Use display interface serial to display information about serial interfaces.
Syntax
display interface [ serial [ interface-number ] ] [ brief [ description | down ] ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
serial [ interface-number ]: Specifies a serial interface by its number. If you do not specify the serial keyword, this command displays information about all interfaces. If you specify the serial keyword without specifying an interface, this command displays information about all serial interfaces.
brief: Displays brief interface information. If you do not specify this keyword, the command displays detailed interface information.
description: Displays complete interface descriptions. If you do not specify this keyword, the command displays only the first 27 characters of interface descriptions.
down: Displays physically down interfaces and their down causes. If you do not specify this keyword, the command displays information about interfaces in all states.
Examples
# Display detailed information about Serial 3/0/1:0.
<Sysname> display interface serial 3/0/1:0
Serial3/0/1:0
Interface index: 141445
Current state: DOWN
Line protocol state: DOWN
Description: Serial3/0/1:0 Interface
Bandwidth: 1000 kbps
Maximum transmission unit: 1500
Hold timer: 10 seconds, retry times: 5
Derived from E1 3/0/1, Timeslot(s) Used: 1, Baudrate is 64000 bps
Internet protocol processing: Disabled
Link layer protocol: PPP
LCP: initial
Port priority: 0
Last clearing of counters: Never
Traffic statistic: Not include Inter-frame Gaps and Preambles
CRC type is 16-bit
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
Input(Bad): 0 Abort, 0 FCS-Error, 0 FIFO-Abort, 0 Giant, 0 Runt
Output(total): 0 packets, 0 bytes
Output(Bad): 0 Abort
Peak value of input: 0 bytes/sec, at 2022-09-19 06:16:40
Peak value of output: 0 bytes/sec, at 2022-09-19 06:16:40
# Display brief information about Serial 3/0/1:0.
<Sysname> display interface serial 3/0/1:0 brief
Brief information on interface(s) under route mode:
Link: ADM - administratively down; Stby - standby
Protocol: (s) - spoofing
Interface Link Protocol Primary IP Description
Ser3/0/1:0 UP UP(s) --
# Display brief information about all serial interfaces in down state and the causes.
<Sysname> display interface serial brief down
Brief information on interface(s) under route mode:
Link: ADM - administratively down; Stby - standby
Interface Link Cause
Ser3/0/1:0 ADM Administratively
Table 1 Command output
Field |
Description |
Interface index |
Index of the interface. |
Current state |
Physical link state of the interface: · Administratively DOWN—The interface has been shut down by using the shutdown command. · DOWN—The interface is administratively up, but its physical state is down (possibly because no physical link exists or the link has failed). · UP—The interface is both administratively and physically up. |
Line protocol state |
Data link layer state of the interface. The state is determined through automatic parameter negotiation at the data link layer. · UP—The data link layer protocol is up. · DOWN—The data link layer protocol is down. |
Description |
Description of the interface. |
Bandwidth |
Expected bandwidth of the interface. |
Maximum transmission unit |
MTU of the interface. |
Hold timer |
Interval at which the interface sends keepalive packets. |
retry times |
Keepalive retry limit. The interface determines that the remote end is down if it does not receive a keepalive response after the keepalive retry limit has been made. |
Timeslot(s) Used |
Time slot used by the interface. |
Baudrate |
Baud rate of the interface. |
Internet protocol processing |
Whether the interface is assigned an IP address for processing IP packets. |
Internet Address |
IP address of the interface. |
Link layer protocol |
Link layer protocol of the serial interface. |
LCP |
State of LCP. |
Port priority |
Priority of the port. |
Last clearing of counters |
The most recent time that the reset counters interface serial command was executed. This field displays Never if this command has not been executed since the device startup. |
Traffic statistic |
Whether to enable interframe gap and preamble statistics in the traffic statistics: · Include Inter-frame Gaps and Preambles · Not include Inter-frame Gaps and Preambles |
CRC type |
Type of CRC. |
Last 300 seconds input: 0 packets/sec, 0 bytes/sec |
Average input rates (in Bps, bps, and pps) for the last 300 seconds. |
Last 300 seconds output: 0 packets/sec, 0 bytes/sec |
Average output rates (in Bps, bps, and pps) for the last 300 seconds. |
Input(total): 0 packets, 0 bytes |
Total number and bytes of error-free packets received by the interface. |
Input(Bad): 0 Abort, 0 FCS-Error, 0 FIFO-Abort, 0 Giant, 0 Runt |
Total number and bytes of error packets received by the interface: · Abort—Number of anomalous errors. · FCS-Error—Number of FCS or CRC errors. · FIFO-Abort—Number of FIFO overflow errors occurred in the receiving process. · Giant—Number of incoming oversized packets. · Runt—Number of incoming undersized packets. |
Output(total): 0 packets, 0 bytes |
Total number and bytes of packets transmitted by the interface. |
Output(Bad): 0 Abort |
|
Peak value of input |
Peak input rate of the interface in Bps and time when the peak value is generated. |
Peak value of output |
Peak output rate of the interface in Bps and time when the peak value is generated. |
Brief information on interface(s) under route mode: |
Brief information about Layer 3 interfaces. |
Link: ADM - administratively down; Stby - standby |
· ADM—The interface has been shut down by using the shutdown command. To restore the physical state of the interface, use the undo shutdown command. · Stby—The interface is a backup interface in standby state. |
Protocol: (s) - spoofing |
The data link layer protocol of the interface is up, but the link is an on-demand link or does not exist. The (s) attribute represents the spoofing flag. |
Interface |
Abbreviated interface name. |
Link |
Physical link state of the interface: · UP—The interface is physically up. · DOWN—The interface is physically down. · ADM—The interface has been shut down by using the shutdown command. To restore the physical state of the interface, use the undo shutdown command. · Stby—The interface is a backup interface in standby state. |
Protocol |
Data link layer protocol state of the interface: · UP—The data link layer protocol of the interface is up. · DOWN—The data link layer protocol of the interface is down. · UP(s)—The data link layer protocol of the interface is up, but the link is an on-demand link or does not exist. The (s) attribute represents the spoofing flag. |
Primary IP |
Primary IP address of the interface. This field displays two hyphens (--) if the interface does not have an IP address. |
Description |
Description of the interface. |
Cause |
Cause for the physical link state of an interface to be DOWN: · Administratively—The interface has been manually shut down by using the shutdown command. To restore the physical state of the interface, use the undo shutdown command. · Not connected—No physical connection exists (possibly because the network cable is disconnected or faulty). |
Related commands
reset counters interface serial
interface serial
Use interface serial to enter serial interface view.
Syntax
interface serial interface-number
Views
System view
Predefined user roles
network-admin
Parameters
interface-number: Specifies a serial interface by its number.
Examples
# Enter the view of Serial3/0/1:0.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0]
Related commands
link-protocol
link-protocol
Use link-protocol to configure the data link layer protocol for an interface.
Syntax
link-protocol { hdlc | ppp }
Default
A synchronous serial interface uses PPP as the data link layer protocol.
Views
Synchronous serial interface view
Predefined user roles
network-admin
Parameters
hdlc: Specifies the HDLC data link layer protocol.
ppp: Specifies the PPP data link layer protocol.
Examples
# Specify HDLC as the data link layer protocol of Serial 3/0/1:0.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0] link-protocol hdlc
mtu
Use mtu to set the MTU size for an interface.
Use undo mtu to restore the default.
Syntax
mtu size
undo mtu
Default
The MTU is 1500 bytes.
Views
Serial interface view
Predefined user roles
network-admin
Parameters
size: Sets the maximum transmission unit (MTU). The value range varies by card model.
Usage guidelines
The MTU setting affects the assembly and fragmentation of IP packets.
After configuring the MTU for an interface, you must use the shutdown command and then the undo shutdown command on the interface for the modification to take effect.
Examples
# Set the MTU to 1430 bytes for Serial3/0/1:0.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0] mtu 1430
reset counters interface serial
Use reset counters interface serial to clear serial interface statistics.
Syntax
reset counters interface [ serial [ interface-number ] ]
Views
User view
Predefined user roles
network-admin
Parameters
serial [ interface-number ]: Specifies a serial interface by its number. If you do not specify the serial keyword, this command clears statistics for all interfaces. If you specify the serial keyword without specifying an interface, this command clears statistics for all serial interfaces.
Usage guidelines
Use this command to clear history statistics before you collect traffic statistics for a time period.
Examples
# Clear statistics for Serial3/1/1:0.
<Sysname> reset counters interface serial 3/1/1:0
Related commands
display interface serial
timer-hold
Use timer-hold to set the keepalive interval.
Use undo timer-hold to restore the default.
Syntax
timer-hold seconds
undo timer-hold
Default
The keepalive interval is 10 seconds.
Views
Serial interface view
Predefined user roles
network-admin
Parameters
seconds: Specifies the interval at which the interface sends keepalive packets. The value range for this argument is 0 to 32767 seconds.
Usage guidelines
On an interface encapsulated with PPP or HDLC, the data link layer sends keepalive packets at keepalive intervals to detect the availability of the remote end. The data link layer determines that the peer end is down if it does not receive a response after the keepalive retry limit has been made. The data link layer then reports the link down event to the upper-layer protocols.
To set the keepalive retry limit, use the timer-hold retry command.
On a slow link, increase the keepalive interval to prevent false shutdown of the interface. This situation might occur when keepalive packets are delayed because a large packet is being transmitted on the link.
Examples
# Set the keepalive interval to 15 seconds for Serial3/0/1:0.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0] timer-hold 15
Related commands
timer-hold retry
timer-hold retry
Use timer-hold retry to set the keepalive retry limit.
Use undo timer-hold retry to restore the default.
Syntax
timer-hold retry retries
undo timer-hold retry
Default
The keepalive retry limit is 5.
Views
Serial interface view
Predefined user roles
network-admin
Parameters
retries: Specifies the keepalive retry limit, in the range of 1 to 255.
Usage guidelines
The interface determines that the remote end is down if it does not receive a keepalive response after the keepalive retry limit has been made.
This command applies to interfaces encapsulated with PPP or HDLC. To set the keepalive interval, use the timer-hold command.
On a slow link, increase the keepalive retry limit to prevent false shutdown of the interface. This situation might occur when keepalive packets are delayed because a large packet is being transmitted on the link.
Examples
# Set the keepalive retry limit to 10 for Serial3/0/1:0.
<Sysname> system-view
[Sysname] interface serial 3/0/1:0
[Sysname-Serial3/0/1:0] timer-hold retry 10
Related commands
timer-hold
Basic CE1 interface commands
cable (CE1 interface)
Use cable to set the cable type for a CE1 interface.
Use undo cable to restore the default.
Syntax
cable { long | short }
undo cable
Default
The long keyword applies.
Views
CE1 interface view
Predefined user roles
network-admin
Parameters
long: Specifies the attenuation of the receiver as –43 dB.
short: Specifies the attenuation of the receiver as –10 dB.
Examples
# Set the cable type on E1 3/0/1 to short.
[Sysname] controller e1 3/0/1
[Sysname-E1 3/0/1] cable short
channel-set (CE1 interface)
Use channel-set to bundle timeslots on a CE1 interface into a channel set.
Use undo channel-set to cancel the bundling.
Syntax
channel-set set-number timeslot-list list
undo channel-set [ set-number ]
Default
No channel sets exist on a CE1 interface.
Views
CE1 interface view
Predefined user roles
network-admin
Parameters
set-number: Specifies the number of the channel set for the timeslot bundle. The value range is 0 to 30.
timeslot-list list: Specifies a comma-separated list of timeslot items. An item can be an individual timeslot or a timeslot range. Use a hyphen (-) to separate the start and end timeslot numbers of a range. The value range for the timeslot number is 1 to 31.
Usage guidelines
A CE1 interface in CE1 or PRI mode is physically divided into 32 timeslots numbered 0 through 31. All the timeslots except timeslot 0 can be bundled into multiple channel sets. For each channel set, the system automatically creates a serial interface that has the same logical features as a standard synchronous serial interface.
The serial interface name uses the serial interface-number:set-number format. The interface-number argument specifies the CE1 interface number. The set-number argument specifies the channel set number.
Examples
# Bundle timeslots 1, 2, 5, 10 through 15, and 18 into channel set 0 on E1 3/0/1.
<Sysname> system-view
[Sysname] controller e1 3/0/1
[Sysname-E1 3/0/1] channel-set 0 timeslot-list 1,2,5,10-15,18
clock (CE1 interface)
Use clock to set the clock mode of a CE1 interface.
Use undo clock to restore the default.
Syntax
clock { master | slave }
undo clock
Default
The clock mode of a CE1 interface is slave.
Views
CE1 interface view
Predefined user roles
network-admin
Parameters
master: Sets the clock mode to master.
slave: Sets the clock mode to slave.
Usage guidelines
When the clock mode of an interface is master, it uses the internal clock source. When the clock mode of an interface is slave, it uses the line clock source.
Examples
# Set the clock mode to master for CE1 interface E1 3/0/1.
<Sysname> system-view
[Sysname] controller e1 3/0/1
[Sysname-E1 3/0/1] clock master
clock-change auto
Use clock-change auto to enable automatic clock mode switchover on an interface.
Use undo clock-change auto to disable automatic clock mode switchover.
Syntax
clock-change auto
undo clock-change auto
Default
Automatic clock mode switchover is disabled on an interface.
Views
CE1 interface view
Predefined user roles
network-admin
Usage guidelines
When automatic clock mode switchover is enabled, the interface automatically switches to the master clock mode when both of the following conditions exist:
· The interface uses the slave clock mode.
· The interface receives an alarm indication signal (AIS), loss of signal (LOS), or loss of frame (LOF) alarm.
After the alarm is cleared, the interface automatically switches back to the slave mode.
When automatic clock mode switchover is disabled, the interface uses the user-configured clock mode.
Examples
# Enable automatic clock mode switchover for E1 3/0/1.
<Sysname> system-view
[Sysname] controller e1 3/0/1
[Sysname-E1 3/0/1] clock-change auto
Related commands
clock
controller e1
Use controller e1 to enter CE1 interface view.
Syntax
controller e1 interface-number
Views
System view
Predefined user roles
network-admin
Parameters
interface-number: Specifies a CE1 interface by its number.
Examples
# Enter E1 3/0/1 interface view.
<Sysname> system-view
[Sysname] controller e1 3/0/1
[Sysname-E1 3/0/1]
display controller e1
Use display controller e1 to display information about CE1 interfaces.
Syntax
display controller [ e1 [ interface-number ] ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
e1 [ interface-number ]: Specifies a CE1 interface by its number. If you do not specify the e1 keyword, the command displays information about all CE1 interfaces, and CPOS interfaces. If you specify the e1 keyword without specifying an interface, the command displays information about all CE1 interfaces.
Examples
# Display information about E1 3/0/1.
<Sysname> display controller e1 3/0/1
E1 3/0/1
Interface index: 13825
Current state: DOWN
Description: E1 3/0/1 Interface
Last clearing of counters: Never
Current system time:2013-02-23 09:44:34
Last time when physical state changed to up:-
Last time when physical state changed to down:2013-02-20 15:58:54
Basic Configuration:
Work mode is E1 framed, frame-format is no-crc4.
Cable type is no connector.
Line code is hdb3, source clock is master.
Itf type is 7e, itf number is 4.
Cable loss type is long, auto clock change is enabled.
Loopback is not set.
Alarm State:
LFA LOS
Error Statistic:
Line Code Error: 0, Path Code Error: 0.
Table 2 Command output
Field |
Description |
Interface index |
Index of the interface. |
Current state |
Physical link state of the interface: · Administratively DOWN—The interface has been shut down by using the shutdown command. · DOWN—The interface is administratively up, but its physical state is down (possibly because no physical link exists or the link has failed). · UP—The interface is both administratively and physically up. |
Description |
Description of the interface. |
Last clearing of counters |
Time when the reset counters interface command was last used to clear the interface statistics. This field displays Never if the reset counters interface command has never been used on the interface since device startup. |
Current system time |
Current system time in the YYYY-MM-DD HH:MM:SS format. If the time zone is configured, this field is in the YYYY-MM-DD HH:MM:SS UTC±HH:MM:SS format. |
Last time when physical state changed to up |
Last time when physical state of the interface changed to up. A hyphen (-) indicates that the physical state of the interface has not changed to up. |
Last time when physical state changed to down |
Last time when physical state of the interface changed to down. A hyphen (-) indicates that the physical state of the interface has not changed to down. |
Work mode |
Operating mode of the interface: E1 or CE1. |
Cable type |
Cable type of the interface. |
source clock |
Clock source used by the interface: master or slave. |
Line code |
Line code: AMI or HDB3. The AMI option is not supported in the current software version. |
Itf type |
Interframe filling tag: 7e or ff. This field is not supported in the current software version. |
itf number |
Number of interframe filling tags between two successive frames. This field is not supported in the current software version. |
Cable loss type |
Cable type of the interface. |
auto clock change |
Auto clock change state on the interface. |
Loopback |
Loopback state. |
Line Code Error |
Error statistics for line code (AMI or HDB3). The AMI line code is not supported in the current software version. |
Path Code Error |
Bit error statistics for frame alignment. |
Related commands
reset counters controller e1
display controller phy-option
Use display controller phy-option to display the physical attributes of a controller interface.
Syntax
display controller [ interface-type [ interface-number ] ] phy-option
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
interface-type: Specifies an interface type.
interface-number: Specifies an interface number.
Usage guidelines
In the current software version, this command supports WAN interface types CPOS and E1.
If you do not specify a controller interface type, this command displays information about all controller interfaces.
If you specify a controller interface type but do not specify a controller interface number, this command displays information about all controller interfaces of the specified type.
Examples
# Display the physical attributes of CE1 interface E1 3/0/1.
<Sysname> display controller E1 3/0/1 phy-option
E1 3/0/1
Interface index: 13825
Current state: DOWN
Basic Configuration:
Work mode is E1 unframed.
Resistance type is 75 Ohm unbalanced.
Cable type is 75 Ohm SMB E1 cable.
Line code is hdb3, source clock is slave.
Itf type is 7e, itf number is 4.
Cable loss type is long, auto clock change is disabled.
Loopback is not set.
Table 3 Command output
Field |
Description |
Current state |
Physical link state of the interface: · Administratively DOWN—The interface has been shut down by using the shutdown command. · DOWN—The interface is administratively up, but its physical state is down (possibly because no physical link exists or the link has failed). · UP—The interface is both administratively and physically up. |
Basic Configuration |
|
Work mode |
Operating mode of the interface: E1 or CE1. |
Resistance type |
Resistance type of the cable. |
Cable type |
Cable type of the interface. |
source clock |
Clock source used by the interface: master or slave. |
Line code |
Line code: AMI or HDB3. The AMI option is not supported in the current software version. |
Itf type |
Interframe filling tag: 7e or ff. This field is not supported in the current software version. |
itf number |
Number of interframe filling tags between two successive frames. This field is not supported in the current software version. |
auto clock change |
Auto clock change state on the interface. |
Loopback |
Loopback state. |
Related commands
display controller
display this controller
Use display this controller to display the operating status and information of a controller interface.
Syntax
display this controller
Views
Interface view
Predefined user roles
network-admin
Usage guidelines
In controller interface view, to quickly view the operating status or packet statistics of the interface, execute this command.
For a controller interface, the output from the display this interface command in controller interface view is the same as the output from the display controller interface-type interface-number command in any view.
Related commands
display controller
frame-format (CE1 interface)
Use frame-format to set the framing format for a CE1 interface.
Use undo frame-format to restore the default.
Syntax
frame-format { crc4 | no-crc4 }
undo frame-format
Default
The framing format on a CE1 interface is no-CRC4.
Views
CE1 interface view
Predefined user roles
network-admin
Parameters
crc4: Sets the framing format to CRC4.
no-crc4: Sets the framing format to no-CRC4.
Usage guidelines
A CE1 interface in CE1 mode supports both CRC4 and no-CRC4 framing formats. Only CRC4 supports four-bit CRC on physical frames.
Examples
# Set the framing format to CRC4 on E1 3/0/1.
<Sysname> system-view
[Sysname] controller e1 3/0/1
[Sysname-E1 3/0/1] frame-format crc4
loopback (CE1 interface)
Use loopback to enable loopback and set the loopback mode on a CE1 interface.
Use undo loopback to disable loopback on a CE1 interface.
Syntax
loopback { local | payload | remote }
undo loopback
Default
Loopback is disabled on a CE1 interface.
Views
CE1 interface view
Predefined user roles
network-admin
Parameters
local: Sets the interface to operate in local loopback mode.
payload: Sets the interface to operate in external payload loopback mode.
remote: Sets the interface to operate in external loopback mode.
Usage guidelines
Loopback is intended for testing only. Disable the feature when the interface is operating correctly.
You can bundle timeslots on the CE1 interface to form a serial interface and encapsulate it with PPP or HDLC. After you enable loopback on this serial interface, it is normal that the state of the link layer protocol is reported as down.
Examples
# Set E1 3/0/1 to operate in internal loopback mode.
[Sysname] controller e1 3/0/1
[Sysname-E1 3/0/1] loopback local
reset counters controller e1
Use reset counters controller e1 to clear CE1 interface statistics.
Syntax
reset counters controller e1 [ interface-number ]
Views
User view
Predefined user roles
network-admin
Parameters
interface-number: Specifies a CE1 interface by its number. If you do not specify this argument, the command clears statistics for all CE1 interfaces.
Usage guidelines
The reset counters interface command clears statistics for all interfaces.
To display CE1 interface statistics, use the display controller e1 command.
Examples
# Clear statistics for CE1 interface E1 3/0/1.
<Sysname> reset counters controller e1 3/0/1
Related commands
display controller e1
using (CE1 interface)
Use using to set the operating mode of a CE1 interface.
Use undo using to restore the default.
Syntax
using { ce1 | e1 }
undo using
Default
A CE1 interface operates in channelized mode.
Views
CE1 interface view
Predefined user roles
network-admin
Parameters
ce1: Sets the interface to operate in channelized mode.
e1: Sets the interface to operate in E1 mode.
Usage guidelines
A CE1 interface can operate in channelized or unchannelized mode. Unchannelized mode is also called E1 mode. The channelized mode is also called the CE1 mode.
· In channelized mode, the CE1 interface is physically divided into 32 timeslots numbered 0 through 31. Timeslot 0 is used for FSC.
¡ For an interface in E1 mode, the system automatically creates a 2.048 Mbps serial interface. The interface name uses the serial interface-number:0 format. The interface-number argument specifies the CE1 interface number. This interface has the same logical features as a standard synchronous serial interface.
Examples
# Set E1 3/0/1 to operate in E1 mode.
<Sysname> system-view
[Sysname] controller e1 3/0/1
[Sysname-E1 3/0/1] using e1