Options

Configuration question

Abrown1966Abrown1966 Member Posts: 16 ■□□□□□□□□□
I have a configuration question

I have router 1 configured as if it is connecting to a frame relay cloud. I have configured the ip address of 172.12.123.1 255.255.255.0 but cannot get the interface in a up state.

I am copying the show int So comand and Appropriate parts of the running config comand.

r1#sh int s0
Serial0 is down, line protocol is down
Hardware is HD64570
Internet address is 172.12.123.1/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation FRAME-RELAY, loopback not set
Keepalive set (10 sec)
LMI enq sent 0, LMI stat recvd 0, LMI upd recvd 0, DTE LMI down
LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0
LMI DLCI 1023 LMI type is CISCO frame relay DTE
Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:17:39
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1158 kilobits/sec
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
--More--


r1#sh ru
Building configuration...

Current configuration : 820 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname "r1"
!
!
ip subnet-zero
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255

interface Serial0
ip address 172.12.123.1 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.12.123.2 122 broadcast
frame-relay map ip 172.12.123.3 123 broadcast
no frame-relay inverse-arp
!
interface Serial1
ip address 172.12.13.1 255.255.255.0
!
router rip
version 1
network 1.0.0.0
network 172.12.0.0
!
ip classless
ip http server
!
no cdp run
!
line con 0
line aux 0
line vty 0 4

Comments

  • Options
    astorrsastorrs Member Posts: 3,139 ■■■■■■□□□□
    Abrown1966 wrote:
    Serial0 is down

    Is this a physical router? Double check your cabling.
  • Options
    jason_lundejason_lunde Member Posts: 567
    Stupid question but have you tried a "no shut" on the interface?
  • Options
    Abrown1966Abrown1966 Member Posts: 16 ■□□□□□□□□□
    It doesn't hurt to ask the obvious. Yes I have tried the no shut down comand.

    Toanswer the other post, I cannot physicall access the routers as i connect to them using telnet. I am baffled and have been careful in typing the configuration information.
  • Options
    astorrsastorrs Member Posts: 3,139 ■■■■■■□□□□
    Okay, what's on the other end of the serial cable? (this is a lab right and not production?)
  • Options
    scheistermeisterscheistermeister Member Posts: 748 ■□□□□□□□□□
    Stupid question but have you tried a "no shut" on the interface?

    If he didn't no shut it would have been "administratively down" instead of "down".
    Give a man fire and he'll be warm for a day. Set a man on fire and he'll be warm for the rest of his life.
  • Options
    tech-airmantech-airman Member Posts: 953
    Abrown1966 wrote:
    It doesn't hurt to ask the obvious. Yes I have tried the no shut down comand.

    Toanswer the other post, I cannot physicall access the routers as i connect to them using telnet. I am baffled and have been careful in typing the configuration information.

    Abrown1966,

    When you mention that you're "...connect[ing] to the using telnet..." are you talking about an access server connection?
  • Options
    Abrown1966Abrown1966 Member Posts: 16 ■□□□□□□□□□
    Problem solved.

    THe equipment is a rack rental setup. I have acces to three routers with a fourth that acts as a frame relay cloud (no access to this router). Via e-mail to the rack owner, I have learned that the interfaces on router 4 were shutdown. For a while there i thoguht i was loosing my mind.

    Thanks for the imput anyway guys/

    Alan
  • Options
    astorrsastorrs Member Posts: 3,139 ■■■■■■□□□□
    Glad you got it sorted out, and just think now you know what a "show int" on a router with a physical layer problem looks like (since the other side of the link was shutdown, it's the same as if the cable had been disconnected). :)
Sign In or Register to comment.