Você está na página 1de 11

Listado de comandos Tellabs

por telnet más utilizados

Adm. Redes TX
Tipos de interfaces

ge = Gigabit Ethernet
fe = Fast Ethernet
pdh = PDH
mp = MLPPP
so = SDH

Cuando tenemos que cambiar de óptica a eléctrica una


interface GEth de un 8605
X0208A8605 T. Angela#configure terminal
X0208A8605 T. Angela(config)#interface ge0/0
X0208A8605 T. Angela(cfg-if[ge0/0])#mode connector electrical auto

Cuando tenemos que cambiar de eléctrica a óptica una


interface GETh de un 8605

X0208A8605 T. Angela#configure terminal


X0208A8605 T. Angela(config)#interface ge0/0
X0208A8605 T. Angela(cfg-if[ge0/0])#mode connector optical auto
Cuando queremos configurar VLAN/IP en una interface
(por ejemplo para poner en gestión un equipo)
X0264A8620_Quilloamira>ena
X0264A8620_Quilloamira#configure terminal
X0264A8620_Quilloamira(config)#interface ge1/0.123
X0264A8620_Quilloamira(cfg-if[ge1/0.123])#ip address 10.10.10.30/30
X0264A8620_Quilloamira(cfg-if[ge1/0.123])#no shutdown
X0264A8620_Quilloamira(cfg-if[ge1/0.123])#exit
X0264A8620_Quilloamira(config)#exit

Para verificar alarmas activas en un equipo filtrando por tipo


de interface
X0264A8620_Quilloamira#show faults active | bl ge

003: Slot 1: INTERFACE: Physical ge1/1 : Link down.


Critical, Service Affected, Communication alarm, Red led
Fault ON 19:03:14.0 UTC Fri May 18 2012 /16:03:14.0 LOCAL Fri
Para verificar datos generales de layer 1 y 2 en una interface
Ethernet
X0264A8620_Quilloamira#show interface ge1/0

Interface ge1/0
L1 Admin Status: up, L1 Fault Status: ok
Loop: not set, Loop Timeout: 15 min
Connector: RJ45S
MAU Media Availability: available
Auto Neg: enabled, Auto Neg Status: complete
Default MAU: 100BASE-TX FDX
Remote Auto Neg Signalling: detected
Remote Auto Neg Capability: 10BASE-T HDX, 10BASE-T FDX, 100BASE-TX HDX, 100BASE-
TX FDX
Auto Neg Fault Status:
Local: no error, Remote: no error
Operational MAU: 100BASE-TX FDX
SSM Transmission: enabled
Egress bandwidth rate limit: max
Counters:
Drops: 0, False Carrier: 0
Alignment Errors: 0, FCS Check Failed: 0
Single Collisions: 0, Multiple Collisions: 0
Late Collisions: 0, Excessive Collisions: 0
In Pause Frames: 0, Out Pause Frames: 0
Unknown Opcodes: 0, Carrier Sense Lost: 0
Giants: 0
Deferred Transmissions (busy): 0
L1 ge1/0
Port protocol: Ethernet, MTU: 1530

Logical ge1/0
MAC Address: 00b0.c7dc.fd1a (in use), Configured MAC Address: 0000.0000.0000
Bandwidth: 100M, Allocated bandwidth: 200M
IF Module BW alloc.: required 1600, allocated 1600, free 2000
Encapsulation: ethernetIIWithType(ARPA)
Counters:
RX Octets: 195609157, RX Unicast: 1447861
RX Multicast: 1066, RX Broadcast: 0
RX Discarded: 0, RX Errors: 0
RX Unknown Protocol: 0, RX Drop RL: 0
TX Octets: 94546718, TX Unicasts: 1092777
TX Multicast: 1066, TX Broadcast: 2
TX Discarded: 0, TX Errors: 0
TX Drop RL: 0
Existing Vlans:

Existing Stacking VlanGroups:

L2 ge1/0
Link up
Para verificar datos generales de layer 1 y 2 en una interface
MLPPP
X0264A8620_Quilloamira#show interface mp0

ML-PPP 0
Sequence number Type:
Conf: long, receiving: long, sending: long
Sequence Numbers: Sending next: 0x00034233 Last received: 0x0001b8aa
Timeout 32 ms
Fragmentation: dynamic, Max fragment Size: - bytes
Header Settings: ML headers always in use
MRRU size:
Configured: 1700 bytes, Negotiated: 1500 bytes
PFC enabled
Active Links: 6, min-links: 1, Max Diff Delay: 25000 us
Bandwidth: 11 904 kbps
Event Dampening:
Integration time 10 s, Outage threshold 3
Restoration time 10 s
Differential Delay Monitoring: disabled
Counters:
RX Octets: 7008037 Packets: 110414
Sequence underruns: 0
Errors: 0
Unknown Protocol: 0
MRRU Exceeds: 0
Buffer Overruns: 0
Unavailable Buffer Pool: 0
TX Octets: 15057189 Packets: 206953
Configured PPP Links (6):
pdh0/0:0 State: opened Frag size 252 : TX 35590 RX 10057
pdh0/1:0 State: opened Frag size 252 : TX 35591 RX 23410
pdh0/2:0 State: opened Frag size 252 : TX 35592 RX 4721
pdh0/3:0 State: opened Frag size 252 : TX 35597 RX 70188
pdh0/4:0 State: opened Frag size 252 : TX 35594 RX 2796
pdh0/5:0 State: opened Frag size 252 : TX 35591 RX 1640
PPP IP CP mp0
State: opened
Protocol Errors: 0
PPP MPLS CP mp0
State: stopped
Protocol Errors: 0
PPP OSINL CP mp0
State: stopped
Para verificar datos generales de layer 3 en una interface
Ethernet

X0264A8620_Quilloamira#show ip interface ge1/0

Interface ge1/0
Hardware is Ethernet, address is 00:b0:c7:dc:fd:1a
Description: Trunk a X0211
index 5004 metric 1 mtu 1400 <UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
Link mtu 1530 ip mtu 1400 mpls mtu 1530
VRF Binding: Not bound
Proxy arp is disabled
ICMP unreachables are sent
Directed broadcasts are not forwarded
Label switching is enabled
No Virtual Circuit configured
Administrative Group(s): None
Bandwidth 100M
DSTE Bandwidth Constraint Mode is RSDL
inet 10.84.5.17/30 broadcast 10.84.5.19
input octets 60151, unicasts 546, receives 546,
errors 0
output octets 76339, unicasts 613

Para verificar datos generales de layer 3 en una sub-interface


Ethernet (VLAN)
X0264A8620_Quilloamira#show ip interface ge1/0.123
Interface ge1/0.123
Hardware is Ethernet, address is 00:b0:c7:dc:fd:1a
index 5014 metric 1 mtu 1500 <UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
Link mtu 1530 ip mtu 1500 mpls mtu 1530
VRF Binding: Not bound
Proxy arp is disabled
ICMP unreachables are sent
Directed broadcasts are not forwarded
Label switching is disabled
No Virtual Circuit configured
Administrative Group(s): None
Bandwidth 100M
DSTE Bandwidth Constraint Mode is RSDL
inet 10.10.10.30/30 broadcast 10.10.10.31
input octets 60213, unicasts 547, receives 547,
errors 0
output octets 77376, unicasts 620
PING a una IP asociada a una VRF(VPN)
X0264A8620_Quilloamira#ping 10.84.82.17 vrf CORDOBA_TRAFICO_10 source
10.84.82.18
PING 10.84.82.17 (10.84.82.17) from 10.84.82.18: 40 data bytes

68 bytes from 10.84.82.17: icmp_seq=1 ttl=255 time=5 ms


68 bytes from 10.84.82.17: icmp_seq=2 ttl=255 time=4 ms
68 bytes from 10.84.82.17: icmp_seq=3 ttl=255 time=5 ms
68 bytes from 10.84.82.17: icmp_seq=4 ttl=255 time=5 ms
68 bytes from 10.84.82.17: icmp_seq=5 ttl=255 time=5 ms
--- 10.84.82.17 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/stddev = 4/5/5/<1

Para verificar temperatura de un equipo o placa según modelo

X0264A8620_Quilloamira#show environment temperatures

A0041A8660 CCM Salta#show environment temperatures slot 1


Para ver la tabla de ruteo de un equipo
A0041A8660 CCM Salta#show ip route

Codes: C - connected, S - static, R - RIP, B - BGP


O - OSPF, IA - OSPF inter area, D - OSPF discard
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default

C 10.0.0.0/30 is directly connected, ge2/1/7.103


O E2 10.0.69.0/24 [110/10] via 10.84.8.105, ge3/1/7.31, 03w4d20h
O E2 10.26.165.128/27 [110/10] via 10.84.8.105, ge3/1/7.31, 03w4d20h
O E2 10.26.165.160/27 [110/10] via 10.84.8.105, ge3/1/7.31, 03w4d20h
O E2 10.26.165.192/27 [110/10] via 10.84.8.105, ge3/1/7.31, 03w4d20h
O E2 10.26.165.224/27 [110/10] via 10.84.8.105, ge3/1/7.31, 03w4d20h
O E2 10.26.166.48/28 [110/10] via 10.84.8.105, ge3/1/7.31, 03w4d20h
O E2 10.28.40.112/28 [110/10] via 10.84.8.105, ge3/1/7.31, 08w6d11h
O E2 10.28.40.144/28 [110/10] via 10.84.8.105, ge3/1/7.31, 08w6d11h
O E2 10.28.40.160/28 [110/10] via 10.84.8.105, ge3/1/7.31, 08w6d11h
O E2 10.28.40.176/28 [110/10] via 10.84.8.105, ge3/1/7.31, 03w4d20h

Para ver tabla de ruteo de una VRF en un equipo


A0041A8660 CCM Salta#show ip route vrf TUCUMAN_TRAFICO_10
Codes: C - connected, S - static, R - RIP, B - BGP
O - OSPF, IA - OSPF inter area, D - OSPF discard
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default

B 10.28.193.245/32 [200/0] via MPLS nexthop 10.84.23.129 (89600) (recursive


MPLS lookup), 04w0d19h
B 10.29.62.48/28 [200/0] via MPLS nexthop 10.84.23.129 (89600) (recursive
MPLS lookup), 04w0d19h
B 10.84.23.129/32 [200/0] via MPLS nexthop 10.84.23.129 (89600) (recursive
MPLS lookup), 04w0d19h
B 10.84.23.131/32 [200/0] via MPLS nexthop 10.84.23.131 (1024) (recursive
MPLS lookup), 01w1d20h
B 10.84.23.132/32 [200/0] via MPLS nexthop 10.84.23.132 (86000) (recursive
MPLS lookup), 01w6d03h
B 10.84.23.133/32 [200/0] via MPLS nexthop 10.84.23.133 (1024) (recursive
MPLS lookup), 01w5d02h
B 10.84.23.134/32 [200/0] via MPLS nexthop 10.84.23.134 (86000) (recursive MPLS
lookup), 04w0d19h
B 10.84.23.135/32 [200/0] via MPLS nexthop 10.84.23.135 (1024) (recursive MPLS
lookup), 2d21h48m
B 10.84.23.136/32 [200/0] via MPLS nexthop 10.84.23.136 (1024) (recursive MPLS
lookup), 2d21h47m
B 10.84.23.137/32 [200/0] via MPLS nexthop 10.84.23.137 (1024) (recursive MPLS
lookup), 2d21h48m
B 10.84.23.138/32 [200/0] via MPLS nexthop 10.84.23.138 (1024) (recursive MPLS
lookup), 04w0d19h

Para ver tabla ARP en un equipo


X0264A8620_Quilloamira#show arp

Address Expires(min) Hardware Address Interface


10.84.5.18 1 00:b0:c7:d1:19:90 ge1/0

Para ver tabla ARP de una VRF en un equipo


X0264A8620_Quilloamira#show arp vrf CORDOBA_TRAFICO_10

Address Expires(min) Hardware Address Interface


10.84.81.45 20 00:18:82:99:fa:fd ge1/2.175
10.84.81.93 20 28:6e:d4:af:74:4d ge1/3.187
10.86.1.45 20 00:18:82:99:fa:fd ge1/2.2175
10.86.1.93 20 28:6e:d4:af:74:4d ge1/3.2187

Para reiniciar la tabla de ARP de un equipo


X0264A8620_Quilloamira#clear arp-cache

Para reiniciar la tabla de ARP de uma VRF en un equipo


X0264A8620_Quilloamira#clear arp-cache vrf CORDOBA_TRAFICO_10
Para hacer un backup completo de la configuración de un
equipo (8605-8607-8620)
X0264A8620_Quilloamira#snapshot-config create flash: ejercicio

starting conf-snap
taking conf-snap from unit 1.
all files were zipped successfully from unit 1
conf-snap succeeded

Para restaurar desde un archivo la configuración de un equipo


(8605-8607-8620)
X0264A8620_Quilloamira#snapshot-config restore flash: ejercicio

Para indicar con que firmware deberá iniciar el bootear


X0264A8620_Quilloamira#configure terminal
X0264A8620_Quilloamira(config)#boot system flash: sbz2714_2.11.620
Para ver un resumen de interfaces/sub-interfaces(VLANs) de
un equipo, su estado y uso
A0041A8660 CCM Salta#show ip interface brief

Interface IP-Address Admin state Line state Rt instance


ge2/1/0 unassigned down down
ge2/1/1 unassigned down down
ge2/1/2 unassigned down down
ge2/1/3 unassigned down down
ge2/1/4 unassigned down down
ge2/1/5 unassigned down down
ge2/1/6 unassigned up up
ge2/1/6.33 10.84.8.121 up up
ge2/1/6.35 10.84.8.129 up up
ge2/1/6.36 10.84.8.133 up up
ge2/1/6.38 10.84.8.242 up up
ge2/1/7 unassigned up up
ge2/1/7.38 10.84.8.141 up up
ge2/1/7.39 10.84.8.145 up up
ge2/1/7.103 10.0.0.2 up up
ge2/1/7.230 10.84.50.10 up up vrf TUCUMAN_TRAFICO_10
ge2/1/7.232 10.84.50.18 up up vrf TUCUMAN_TRAFICO_10
ge2/1/7.2103 10.86.108.14 up up
ge2/1/7.2230 10.86.110.10 up up vrf
TUCUMAN_TRAFICO_10
ge2/1/7.2232 10.86.110.18 up up vrf
TUCUMAN_TRAFICO_10
ge3/1/0 unassigned down down
ge3/1/1 unassigned down down
ge3/1/2 unassigned down down
ge3/1/3 unassigned down down
ge3/1/4 unassigned down down
ge3/1/5 unassigned down down
ge3/1/6 unassigned up down
ge3/1/7 unassigned up up
ge3/1/7.31 10.84.8.106 up up
ge3/1/7.32 10.84.8.110 up up
lo0 10.84.23.149 up up
lo1 10.84.23.149 up up vrf TUCUMAN_TRAFICO_10
mfe14/0 unassigned down down
mp2/0 10.84.48.86 up up vrf TUCUMAN_TRAFICO_10
mp2/1 10.84.48.58 up up vrf TUCUMAN_TRAFICO_10
mp2/2 10.84.48.90 up up vrf TUCUMAN_TRAFICO_10
mp4/0 10.84.48.14 up up vrf TUCUMAN_TRAFICO_10
mp4/1 10.84.48.66 up up vrf TUCUMAN_TRAFICO_10
null0 unassigned up up
pdh2/0/0:0 unassigned down down
pdh2/0/21:0 unassigned up up pwe3 GAC501_PW_TDM

Você também pode gostar