Setting Up Remote Administrative Access
Example
Switch> enable
Switch# configure terminal
Switch(config)# ip route 172.20.52.0 255.255.255.0 ethernet 0
Switch(config)# interface ethernet 0
Switch#
Verify
Switch# show interface ethernet 0
Ethernet0 is up, line protocol is up
Hardware is SonicT, address is 00e0.4fac.b400 (bia 00e0.4fac.b400) Internet address is 172.20.52.20/26
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, rely 255/255, load 1/255 Encapsulation ARPA, loopback not set, keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 1000 bits/sec, 2 packets/sec
5 minute output rate 0 bits/sec, 1 packets/sec
897 packets input, 55088 bytes, 0 no buffer
Received 337 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 input packets with dribble condition detected
20731 packets output, 2024862 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out Switch#
Getting Started