Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

1750, what am I doing wrong !!!

Status
Not open for further replies.

redzone

Technical User
Joined
Apr 2, 2004
Messages
4
Location
GB
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
 
Well, after calling the tech Support guys, it turns out that the ISP hasn't done the provisioning !!!!

If any of you guys are in the UK and plan on using Demon, I would advise against it. I ordered this line in November, and they still haven't got it sorted...

Anyway, if anyone can see a fault in my basic config, please let me know..

Thanks

Simon
 
On your default route you could just have "ip route 0.0.0.0 0.0.0.0 Serial0".

Also, unless you are running dynamic routing protocols you don't need " bandwidth 2048" on the serial interface. Presuming that this is a stub network with internet transit to Demon then they will point a static route down to you and you just route all your traffic out of the serial interface back towards them.

Chris.


**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top