Wish my books told me about a Frame Relay Switch....
So I'm over here configuring Frame Relay and I got both ends figured out then the curve ball I need a frame relay switch. So I used one of the 2600's with the 4 port serial card as a frame-switch.
Now I'm having the hardest time figuring out why the frig OSPF won't enable between the links, I've tried multi and PPP on both ends but they just won't pop, the lines and protocols are up/up on both ends so that's good.
Maybe someone else can see something I'm not, been at this since 5:30pm.
also I get mixed reports online that says the frame switch can be a DTE or DCE on the router aka the switch, and then you just issue the frame-relay intf-type dce/dte, but my brain si fried, not sure I'm seeing the issue....
Frame Relay Switch:
frame-switch#show run
frame-switch#show running-config
Building configuration...
Current configuration : 1496 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname frame-switch
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$.OGX$cbZCwMuiY5QPwTyO6aB1Y0
enable password 7 030A541C1F003448470D101143464A
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
!
!
frame-relay switching
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username trevor privilege 15 password 7 02050D480809
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.115.33 255.255.255.192
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation frame-relay
!
interface Serial1/0
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay route 140 interface Serial1/1 940
!
interface Serial1/1
no ip address
encapsulation frame-relay
clock rate 64000
!
interface Serial1/2
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay route 130 interface Serial1/3 930
!
interface Serial1/3
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 930 interface Serial1/2 130
!
!
frame-switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
frame-switch(config)#inter s1/1
frame-switch(config-if)#en
frame-switch(config-if)#encapsulation fr
frame-switch(config-if)#encapsulation frame-relay
frame-switch(config-if)#frm
frame-switch(config-if)#fr
frame-switch(config-if)#fram
frame-switch(config-if)#frame-relay ro
frame-switch(config-if)#frame-relay route 940 inter
frame-switch(config-if)#frame-relay route 940 interface s1/0 140
route command not allowed between two DTE interfaces
frame-switch(config-if)#frame-relay intf-type dce
frame-switch(config-if)#frame-relay route 940 interface s1/0 140
frame-switch(config-if)#exit
frame-switch(config)#exit
frame-switch#wr
Building configuration...
[OK]
frame-switch#
frame-switch#
frame-switch#
frame-switch#
frame-switch#
frame-switch#show runn
frame-switch#show running-config
Building configuration...
Current configuration : 1570 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname frame-switch
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$.OGX$cbZCwMuiY5QPwTyO6aB1Y0
enable password 7 030A541C1F003448470D101143464A
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
!
!
frame-relay switching
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username trevor privilege 15 password 7 02050D480809
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.115.33 255.255.255.192
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation frame-relay
!
interface Serial1/0
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay route 140 interface Serial1/1 940
!
interface Serial1/1
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 940 interface Serial1/0 140
!
interface Serial1/2
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay route 130 interface Serial1/3 930
!
interface Serial1/3
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 930 interface Serial1/2 130
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
login local
line aux 0
line vty 0 4
exec-timeout 0 0
logging synchronous
login local
line vty 5 15
exec-timeout 0 0
logging synchronous
login local
!
!
end
frame-switch#
frame-switch#
frame-switch#
frame-switch#
Cisco 2821 Core Router, it's the Hub for the spoke to the Frame Relay switch and then off to the other two 2600's:
!
!
interface GigabitEthernet0/0
ip address 172.16.15.5 255.255.255.240
glbp 1 ip 172.16.15.1
glbp 1 priority 110
glbp 1 name GLBP2
duplex auto
speed auto
!
interface GigabitEthernet0/0.10
encapsulation dot1Q 10
!
interface GigabitEthernet0/1
ip address 192.168.115.31 255.255.255.192
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
no keepalive
clock rate 2000000
!
interface Serial0/1/0
no ip address
encapsulation frame-relay
no keepalive
!
interface Serial0/1/0.130 multipoint
ip address 172.16.130.1 255.255.255.252
ip ospf network broadcast
frame-relay map ip 172.16.130.2 130 broadcast
!
interface Serial0/3/0
no ip address
no keepalive
!
router ospf 1
router-id 2.2.2.2
network 172.16.10.0 0.0.0.31 area 0
network 172.16.15.0 0.0.0.31 area 0
network 172.16.120.0 0.0.0.3 area 4
network 172.16.130.0 0.0.0.3 area 3
network 172.16.140.0 0.0.0.3 area 2
network 192.168.120.0 0.0.0.255 area 4
network 192.168.130.0 0.0.0.31 area 3
network 192.168.140.0 0.0.0.63 area 2
2821-VRRP-2#config t
Enter configuration commands, one per line. End with CNTL/Z.
2821-VRRP-2(config)#inter s0/1/0.130
2821-VRRP-2(config-subif)#shutdown
2821-VRRP-2(config-subif)#exit
2821-VRRP-2(config)#inter s0/1/0.140 mult
2821-VRRP-2(config)#inter s0/1/0.140 multipoint
2821-VRRP-2(config-subif)#ip add 172.16.130.1 255.255.255.252
2821-VRRP-2(config-subif)#ip o
2821-VRRP-2(config-subif)#ip ospf net
2821-VRRP-2(config-subif)#ip ospf network broad
2821-VRRP-2(config-subif)#ip ospf network broadcast
2821-VRRP-2(config-subif)#frame-rel
2821-VRRP-2(config-subif)#frame-relay map ip 172.16.130.2 130 broadcast
%PVC already assigned to interface Serial0/1/0.130
2821-VRRP-2(config-subif)#^Z
2821-VRRP-2#
*Oct 8 05:02:23.339: %SYS-5-CONFIG_I: Configured from console by trevor on console
2821-VRRP-2#config t
Enter configuration commands, one per line. End with CNTL/Z.
2821-VRRP-2(config)#inter s0/1/0.130
2821-VRRP-2(config-subif)#no frame-relay map ip 172.16.130.2 130 broadcast
2821-VRRP-2(config-subif)#exit
2821-VRRP-2(config)#inter s0/1/0.140 multipoint
2821-VRRP-2(config-subif)#frame-relay map ip 172.16.130.2 130 broadcast
2821-VRRP-2(config-subif)#exit
2821-VRRP-2(config)#^Z
2821-VRRP-2#wr
Building configuration...
*Oct 8 05:02:55.207: %SYS-5-CONFIG_I: Configured from console by trevor on console[OK]
2821-VRRP-2#
2821-VRRP-2#
2821-VRRP-2#
2821-VRRP-2#clear ip ospf process
2821-VRRP-2#clear ip ospf process
Reset ALL OSPF processes? [no]: y
2821-VRRP-2#
*Oct 8 05:03:06.763: %OSPF-5-ADJCHG: Process 1, Nbr 1.1.1.1 on GigabitEthernet0/0 from 2WAY to DOWN, Neighbor Down: Interface down or detached
*Oct 8 05:03:06.763: %OSPF-5-ADJCHG: Process 1, Nbr 3.3.3.3 on GigabitEthernet0/0 from FULL to DOWN, Neighbor Down: Interface down or detached
*Oct 8 05:03:06.763: %OSPF-5-ADJCHG: Process 1, Nbr 4.4.4.4 on GigabitEthernet0/0 from FULL to DOWN, Neighbor Down: Interface down or detached
2821-VRRP-2#
*Oct 8 05:03:09.587: %OSPF-5-ADJCHG: Process 1, Nbr 3.3.3.3 on GigabitEthernet0/0 from LOADING to FULL, Loading Done
2821-VRRP-2#
*Oct 8 05:03:11.379: %OSPF-5-ADJCHG: Process 1, Nbr 4.4.4.4 on GigabitEthernet0/0 from LOADING to FULL, Loading Done
2821-VRRP-2#show runni
2821-VRRP-2#show running-config
Building configuration...
Current configuration : 2336 bytes
!
! Last configuration change at 05:02:55 UTC Thu Oct 8 2015 by trevor
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 2821-VRRP-2
!
boot-start-marker
boot-end-marker
!
!
enable secret 4 tnhtc92DXBhelxjYk8LWJrPV36S2i4ntXrpb4RFmfqY
!
no aaa new-model
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
!
no ip domain lookup
no ipv6 cef
multilink bundle-name authenticated
!
frame-relay switching
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
crypto pki token default removal timeout 0
!
!
!
!
license udi pid CISCO2821 sn FTX1217A21A
username trevor privilege 15 password 0 cisco
!
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 172.16.15.5 255.255.255.240
glbp 1 ip 172.16.15.1
glbp 1 priority 110
glbp 1 name GLBP2
duplex auto
speed auto
!
interface GigabitEthernet0/0.10
encapsulation dot1Q 10
!
interface GigabitEthernet0/1
ip address 192.168.115.31 255.255.255.192
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
no keepalive
clock rate 2000000
!
interface Serial0/1/0
no ip address
encapsulation frame-relay
no keepalive
!
interface Serial0/1/0.130 multipoint
ip address 172.16.130.1 255.255.255.252
ip ospf network broadcast
shutdown
!
interface Serial0/1/0.140 multipoint
ip address 172.16.130.1 255.255.255.252
ip ospf network broadcast
frame-relay map ip 172.16.130.2 130 broadcast
!
interface Serial0/3/0
no ip address
no keepalive
!
router ospf 1
router-id 2.2.2.2
network 172.16.10.0 0.0.0.31 area 0
network 172.16.15.0 0.0.0.31 area 0
network 172.16.120.0 0.0.0.3 area 4
network 172.16.130.0 0.0.0.3 area 3
network 172.16.140.0 0.0.0.3 area 2
network 192.168.120.0 0.0.0.255 area 4
network 192.168.130.0 0.0.0.31 area 3
network 192.168.140.0 0.0.0.63 area 2
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
mgcp profile default
!
!
!
!
alias exec i show ip inter br
alias exec p show protocols
alias exec o show ip ospf
alias exec od show ip ospf database
!
line con 0
exec-timeout 0 0
logging synchronous
login local
line aux 0
line vty 0 4
exec-timeout 0 0
logging synchronous
login local
transport input all
line vty 5 15
exec-timeout 0 0
logging synchronous
login local
transport input all
!
scheduler allocate 20000 1000
end
2821-VRRP-2#
2821-VRRP-2#
2821-VRRP-2#
2821-VRRP-2#
Cisco 2600 'Edge' Router, that is on the other side of the Relay switch:
ip cef
!
!
!
!
no ip domain lookup
!
!
frame-relay switching
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username trevor privilege 15 password 7 1511021F0725
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.130.1 255.255.255.224
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation frame-relay
no keepalive
no fair-queue
!
interface Serial0/0.130 point-to-point
shutdown
!
interface Serial0/0.140 multipoint
ip address 172.16.130.2 255.255.255.252
ip ospf network broadcast
frame-relay map ip 172.16.130.1 930 broadcast
!
interface Serial0/1
no ip address
shutdown
!
router ospf 2
router-id 11.11.11.11
log-adjacency-changes
network 172.16.10.0 0.0.0.31 area 0
network 172.16.15.0 0.0.0.31 area 0
network 172.16.120.0 0.0.0.3 area 4
network 172.16.130.0 0.0.0.3 area 3
network 172.16.140.0 0.0.0.3 area 2
2600A-Top#
2600A-Top#
2600A-Top#
2600A-Top#wr
Building configuration...
[OK]
2600A-Top#show ip ospf database
OSPF Router with ID (11.11.11.11) (Process ID 2)
Router Link States (Area 3)
Link ID ADV Router Age Seq# Checksum Link count
11.11.11.11 11.11.11.11 528 0x80000007 0x00BF98 1
2600A-Top#clear ip ospf process
Reset ALL OSPF processes? [no]: y
2600A-Top#clear ip ospf process
Reset ALL OSPF processes? [no]: n
2600A-Top#clear ip ospf process
Reset ALL OSPF processes? [no]: n
2600A-Top#show ip ospf database
OSPF Router with ID (11.11.11.11) (Process ID 2)
Router Link States (Area 3)
Link ID ADV Router Age Seq# Checksum Link count
11.11.11.11 11.11.11.11 13 0x80000001 0x00CB92 1
2600A-Top#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 172.16.130.1 to network 0.0.0.0
172.16.0.0/30 is subnetted, 1 subnets
C 172.16.130.0 is directly connected, Serial0/0.140
S* 0.0.0.0/0 [1/0] via 172.16.130.1
2600A-Top#
2600A-Top#
2600A-Top#
2600A-Top#
2600A-Top#
2600A-Top#show run
2600A-Top#show running-config
Building configuration...
Current configuration : 1949 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname 2600A-Top
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$CsKK$WxPtGdtyide8vwlnplFTy0
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
!
!
frame-relay switching
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username trevor privilege 15 password 7 1511021F0725
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.130.1 255.255.255.224
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation frame-relay
no keepalive
no fair-queue
!
interface Serial0/0.130 point-to-point
shutdown
!
interface Serial0/0.140 multipoint
ip address 172.16.130.2 255.255.255.252
ip ospf network broadcast
frame-relay map ip 172.16.130.1 930 broadcast
!
interface Serial0/1
no ip address
shutdown
!
router ospf 2
router-id 11.11.11.11
log-adjacency-changes
network 172.16.10.0 0.0.0.31 area 0
network 172.16.15.0 0.0.0.31 area 0
network 172.16.120.0 0.0.0.3 area 4
network 172.16.130.0 0.0.0.3 area 3
network 172.16.140.0 0.0.0.3 area 2
network 192.168.120.0 0.0.0.255 area 4
network 192.168.130.0 0.0.0.31 area 3
network 192.168.140.0 0.0.0.63 area 2
!
ip route 0.0.0.0 0.0.0.0 172.16.130.1
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
banner login ^CC Username: trevor | Password: cisco | Enable: cisco ^C
alias exec i show ip inter br
alias exec p show protocols
alias exec cd show cdp neighbors
alias exec rt show ip route
alias exec od show ip ospf database
alias exec o show ip ospf
alias exec ru show running-config
!
line con 0
exec-timeout 0 0
logging synchronous
login local
line aux 0
login local
line vty 0 4
exec-timeout 0 0
logging synchronous
login local
line vty 5 15
exec-timeout 0 0
logging synchronous
login local
!
!
end
2600A-Top#
2600A-Top#
2600A-Top#
2600A-Top#