[Contents] [Prev] [Next] [Index] [Report an Error]


Step 1: Display the Status of Channelized DS-3 Interfaces

Action

To display the status of Channelized DS-3 interfaces, use the following JUNOS command-line interface (CLI) operational mode command:

user@host> show interfaces t1* terse 

Sample Output 1

user@host> show interfaces t1* terse     
Interface               Admin Link Proto Local                 Remote
t1-1/2/0:1              up    down
t1-1/2/0:2              up    down
t1-1/2/0:3              up    down
t1-1/2/0:4              up    down
t1-1/2/0:5              up    up  
t1-1/2/0:5.0            up    up   inet  172.16.1.33/30 
t1-1/2/0:6              up    up  
t1-1/2/0:6.0            up    up   inet  172.16.1.37/30 
t1-1/2/0:7              up    up  
t1-1/2/0:7.0            up    up   inet  172.16.1.41/30 
t1-1/2/0:8              up    down
t1-1/2/0:9              up    down
t1-1/2/0:10             up    down
t1-1/2/0:11             up    up  
t1-1/2/0:11.0           up    up   inet  172.16.1.45/30 
t1-1/2/0:12             up    up  
t1-1/2/0:12.0           up    up   inet  172.16.1.49/30 
t1-1/2/0:13             up    up  
t1-1/2/0:13.0           up    up   inet  172.16.1.53/30 
t1-1/2/0:14             up    up  
t1-1/2/0:14.0           up    up   inet  172.16.1.153/30
t1-1/2/0:15             up    up  
t1-1/2/0:15.0           up    up   inet  172.16.1.177/30
t1-1/2/0:16             up    up  
t1-1/2/0:16.0           up    up   inet  172.16.1.181/30
t1-1/2/0:17             up    up  
t1-1/2/0:17.0           up    up   inet  172.16.1.129/30
t1-1/2/0:18             up    up  
t1-1/2/0:18.0           up    up   inet  172.16.1.133/30
t1-1/2/0:19             up    down
t1-1/2/0:19.0           up    down inet  172.16.1.137/30
t1-1/2/0:20             up    down
t1-1/2/0:21             up    down
t1-1/2/0:22             up    down
t1-1/2/0:23             up    down
t1-1/2/0:24             up    down
t1-1/2/0:25             up    down
t1-1/2/0:26             up    down
t1-1/2/0:27             up    down
t1-1/2/0:28             up    down

Sample Output 2

user@host> show interfaces t1* terse 
Interface               Admin Link Proto Local                 Remote
t1-0/3/3:0              down  down
t1-0/3/3:0.0            up    down inet  10.10.10.1/30
t1-0/3/3:1              up    up
t1-0/3/3:1.0            up    up   inet  10.10.10.5/30
t1-0/3/3:2              up    up  
t1-0/3/3:2.0            up    up   inet  10.10.10.53/30

What It Means

The sample output shows the status of both the physical and logical interfaces. Sample output 1 shows that 12 of the possible 28 channels have IP addresses and are connected. Of the 12 connected channels, the last channel (t1-1/2/0:19.0) is currently down.

Sample output 2 shows that all links are up except for interface t1-0/3/3:0, which has both the physical and logical links down.


[Contents] [Prev] [Next] [Index] [Report an Error]