Hi, I'm relativly new to routers haveing only 2 years experience, haven't done any courses or anything, just messed on with them and have managed ok'ish !!!
But am now stuck and after reading books and searching, I just would like one of you guys to have a look and see if you can tell me what an a$$ I am and have made a basic mistake.. Or even better if you can tell me it's not my fault..
Here's the output from sh int s0, sh controllers s0 and a snippet of my config..
sh int s0
Serial0 is up, line protocol is down (** WHY !!! **)
Hardware is PowerQUICC Serial
Description: 2048 HDLC link to the internnet
Interface is unnumbered. Using address of FastEthernet0 (193.159.31.2)
MTU 1500 bytes, BW 2048 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
Keepalive set (10 sec)
LCP REQsent
Closed: IPCP, CDPCP
Last input never, output 00:00:00, output hang never
Last clearing of "show interface" counters 00:52:17
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/2/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
663 packets output, 9282 bytes, 0 underruns
0 output errors, 0 collisions, 171 interface resets
0 output buffer failures, 0 output buffers swapped out
13 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
sh cont s0
Interface Serial0
Hardware is PowerQUICC MPC860
DTE V.11 (X.21) TX and RX clocks detected.
idb at 0x808F89B0, driver data structure at 0x808FE8C0
SCC Registers:
General [GSMR]=0x2:0x00000030, Protocol-specific [PSMR]=0x8
Events [SCCE]=0x0000, Mask [SCCM]=0x001F, Status [SCCS]=0x02
Transmit on Demand [TODR]=0x0, Data Sync [DSR]=0x7E7E
sh run
interface Serial0
description link to the internnet
bandwidth 2048
ip unnumbered FastEthernet0
no ip redirects
no ip directed-broadcast
no ip proxy-arp
encapsulation ppp
!
interface FastEthernet0
description connected to EthernetLAN
ip address 193.159.31.2 255.255.255.128
no ip redirects
no ip directed-broadcast
no ip proxy-arp
ip nat inside
no cdp enable
!
no ip classless
ip route 0.0.0.0 0.0.0.0 193.159.31.1 (***Not sure if this is right, it my providors router***)
no ip http server
TIA
Simon
But am now stuck and after reading books and searching, I just would like one of you guys to have a look and see if you can tell me what an a$$ I am and have made a basic mistake.. Or even better if you can tell me it's not my fault..
Here's the output from sh int s0, sh controllers s0 and a snippet of my config..
sh int s0
Serial0 is up, line protocol is down (** WHY !!! **)
Hardware is PowerQUICC Serial
Description: 2048 HDLC link to the internnet
Interface is unnumbered. Using address of FastEthernet0 (193.159.31.2)
MTU 1500 bytes, BW 2048 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
Keepalive set (10 sec)
LCP REQsent
Closed: IPCP, CDPCP
Last input never, output 00:00:00, output hang never
Last clearing of "show interface" counters 00:52:17
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/2/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
663 packets output, 9282 bytes, 0 underruns
0 output errors, 0 collisions, 171 interface resets
0 output buffer failures, 0 output buffers swapped out
13 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
sh cont s0
Interface Serial0
Hardware is PowerQUICC MPC860
DTE V.11 (X.21) TX and RX clocks detected.
idb at 0x808F89B0, driver data structure at 0x808FE8C0
SCC Registers:
General [GSMR]=0x2:0x00000030, Protocol-specific [PSMR]=0x8
Events [SCCE]=0x0000, Mask [SCCM]=0x001F, Status [SCCS]=0x02
Transmit on Demand [TODR]=0x0, Data Sync [DSR]=0x7E7E
sh run
interface Serial0
description link to the internnet
bandwidth 2048
ip unnumbered FastEthernet0
no ip redirects
no ip directed-broadcast
no ip proxy-arp
encapsulation ppp
!
interface FastEthernet0
description connected to EthernetLAN
ip address 193.159.31.2 255.255.255.128
no ip redirects
no ip directed-broadcast
no ip proxy-arp
ip nat inside
no cdp enable
!
no ip classless
ip route 0.0.0.0 0.0.0.0 193.159.31.1 (***Not sure if this is right, it my providors router***)
no ip http server
TIA
Simon