currently have a Cisco 1700 connected to a 2600 via their serial ports.
Meanwhile I'm trying to configure frame relay between the two devices, but not getting any joy.
I either get the ports are up, but can't ping to each other OR as in this scenario the ports are in up/down stautus.
I've completely changed the config since the first scenario and so the following config outlines my current situation;
===========================================================
Cisco 2600
testpod1#sh run int s0/0
Building configuration...
Current configuration : 205 bytes
!
interface Serial0/0
description Interface to Testpod2
ip address 192.168.2.101 255.255.255.0
encapsulation frame-relay
frame-relay map ip 192.168.2.102 220 broadcast
no frame-relay inverse-arp
end
testpod1#sh ip int br
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 10.10.1.200 YES NVRAM up up
Serial0/0 192.168.2.101 YES manual up down
-----------------------------------------------------------
Cisco 1700
Testpod2#sh run int se0
Building configuration...
Current configuration : 213 bytes
!
interface Serial0
ip address 192.168.2.102 255.255.255.0
encapsulation frame-relay
clockrate 128000
frame-relay map ip 192.168.2.101 220 broadcast
no frame-relay inverse-arp
frame-relay intf-type dce
end
Testpod2#sh ip int brief
Interface IP-Address OK? Method Status Protocol
BRI0 unassigned YES NVRAM administratively down down
BRI0:1 unassigned YES unset administratively down down
BRI0:2 unassigned YES unset administratively down down
FastEthernet0 unassigned YES NVRAM up down
Serial0 192.168.2.102 YES manual up down
Serial0.21 unassigned YES manual down down
HELP!!
Meanwhile I'm trying to configure frame relay between the two devices, but not getting any joy.
I either get the ports are up, but can't ping to each other OR as in this scenario the ports are in up/down stautus.
I've completely changed the config since the first scenario and so the following config outlines my current situation;
===========================================================
Cisco 2600
testpod1#sh run int s0/0
Building configuration...
Current configuration : 205 bytes
!
interface Serial0/0
description Interface to Testpod2
ip address 192.168.2.101 255.255.255.0
encapsulation frame-relay
frame-relay map ip 192.168.2.102 220 broadcast
no frame-relay inverse-arp
end
testpod1#sh ip int br
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 10.10.1.200 YES NVRAM up up
Serial0/0 192.168.2.101 YES manual up down
-----------------------------------------------------------
Cisco 1700
Testpod2#sh run int se0
Building configuration...
Current configuration : 213 bytes
!
interface Serial0
ip address 192.168.2.102 255.255.255.0
encapsulation frame-relay
clockrate 128000
frame-relay map ip 192.168.2.101 220 broadcast
no frame-relay inverse-arp
frame-relay intf-type dce
end
Testpod2#sh ip int brief
Interface IP-Address OK? Method Status Protocol
BRI0 unassigned YES NVRAM administratively down down
BRI0:1 unassigned YES unset administratively down down
BRI0:2 unassigned YES unset administratively down down
FastEthernet0 unassigned YES NVRAM up down
Serial0 192.168.2.102 YES manual up down
Serial0.21 unassigned YES manual down down
HELP!!