Configuration question
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