PROBLEM:
On occassion the folks at JMJ (our neighbors that use us for internet access) have lost their connectivity to the router. For whatever reason they are unable to get off of their subnet even though the interface is up and we can ping them. We have found that by shutting down the interface and bringing it back up clears the problem. The following information will guide you on how to fix the problem.
RESOLUTION: (MEL'S NOTES ARE IN PARENTHESES)
- Telnet to router (waycross or sv-atl-rtr01)
- Log onto router
- Go to enable mode
- Show status of interface (just for verification - if interface is 'up/line protocol is down' you have a wiring problem or either our interface is unplugged or their interface is unplugged - I imagine they connect us to a hub in their office)
(interface should be 'up/line protocol is up' - if interface is 'administratively down', go back to configuration mode and type 'no shutdown' again. if interface is 'up/line protocol is down' - there is probably a cable problem)
- Go to configure mode
- Select interface (ethernet 1/0 - for jmj)
- Shutdown interface
- Enable interface
- Exit configure mode
- Show status of interface (interface should be up/line protocol is up)
- Check with JMJ to ensure they can connect to internet.
- If this does not work, get engineer.
TYPE THIS COMMAND:
- Password: *********
- sv-atl-rtr01>en
- Password:
- sv-atl-rtr01#show interfaces ethernet 1/0 (see interface information below)
- sv-atl-rtr01(config)#interface ethernet 1/0
- sv-atl-rtr01(config-if)#shutdown
- sv-atl-rtr01(config-if)#no shutdown
- sv-atl-rtr01(config-if)#^Z (this is a control Z which will exit you from configuration mode)
- sv-atl-rtr01#show interfaces ethernet 1/0
This is the output that you will receive after you type the command above:
Ethernet1/0 is up, line protocol is up
Hardware is AmdP2, address is 00d0.5876.adf0 (bia 00d0.5876.adf0)
Description: JMJ-Technology LAN
Internet address is 216.35.169.193/28
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 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 00:29:15
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 35000 bits/sec, 12 packets/sec
5 minute output rate 8000 bits/sec, 10 packets/sec
10179 packets input, 8307460 bytes, 0 no buffer
Received 3551 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
6091 packets output, 1870126 bytes, 0 underruns
0 output errors, 50 collisions, 1 interface resets
0 babbles, 0 late collision, 49 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out