Hi All,
I defined address pool 192.168.22.0 network. But I'm unable to see this
route on R6. Where do I have to define to see it?
On R2 and R6 the route for this network (192.168.22.1) does not exist.
Error message is:network does not exist.
R2#sh run
Building configuration...
Current configuration : 2798 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot system flash:c2800nm-advipservicesk9-mz.123-14.T7.bin
boot-end-marker
!
enable secret 5 $1$5qT1$VPa6QrQf2IDDtM21Uw8sV.
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
ip cef
no ip dhcp use vrf connected
!
!
no ip ips deny-action ips-interface
!
no ftp-server write-enable
!
!
no crypto isakmp ccm
crypto isakmp client configuration address-pool local dynpool
!
crypto isakmp client configuration group EZGroup
key abcd1234
dns 192.1.12.175
wins 192.1.12.175
domain ipexpert.com
pool dynpool
!
!
crypto ipsec transform-set transform-1 esp-des esp-md5-hmac
!
crypto dynamic-map dynmap 10
set transform-set transform-1
reverse-route
!
!
!
!
interface Loopback0
ip address 2.2.2.2 255.0.0.0
!
interface GigabitEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.1.12.2 255.255.255.0
duplex auto
speed auto
!
interface Serial0/1/0
no ip address
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface Serial0/1/0.4 point-to-point
ip address 192.1.24.2 255.255.255.0
frame-relay interface-dlci 204
!
interface Serial0/1/0.5 point-to-point
ip address 192.1.25.2 255.255.255.0
frame-relay interface-dlci 205
!
interface Serial0/1/0.6 point-to-point
ip address 192.1.26.2 255.255.255.0
frame-relay interface-dlci 206
!
router ospf 1
router-id 2.2.2.2
log-adjacency-changes
redistribute connected subnets route-map redcon
redistribute static subnets route-map RRI
network 2.2.2.2 0.0.0.0 area 0
network 192.1.24.0 0.0.0.255 area 0
network 192.1.25.0 0.0.0.255 area 0
network 192.1.26.0 0.0.0.255 area 0
!
router bgp 245
no synchronization
bgp router-id 2.2.2.2
bgp log-neighbor-changes
neighbor 4.4.4.4 remote-as 245
neighbor 4.4.4.4 update-source Loopback0
neighbor 4.4.4.4 route-reflector-client
neighbor 5.5.5.5 remote-as 245
neighbor 5.5.5.5 update-source Loopback0
neighbor 5.5.5.5 route-reflector-client
no auto-summary
!
ip local pool dynpool 192.168.22.1 192.168.22.16
ip classless
ip route 1.1.1.1 255.255.255.255 192.1.12.10
!
!
ip http server
no ip http secure-server
!
access-list 1 permit 192.1.12.0 0.0.0.255
access-list 75 permit 192.168.22.0 0.0.0.31
!
route-map redcon permit 10
match ip address 1
!
route-map RRI permit 10
match ip address 75
!
!
alias exec cc config t
alias exec ship sh ip int brief
alias exec sir sh ip route
alias exec shr sh run
!
line con 0
exec-timeout 0 0
logging synchronous
login local
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
scheduler allocate 20000 1000
!
end
R6#sh 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 not set
O E2 192.1.12.0/24 [110/20] via 192.1.26.2, 00:14:09, Serial0/1/0
2.0.0.0/32 is subnetted, 1 subnets
O 2.2.2.2 [110/65] via 192.1.26.2, 00:14:09, Serial0/1/0
C 192.168.15.0/24 is directly connected, Loopback15
4.0.0.0/32 is subnetted, 1 subnets
O 4.4.4.4 [110/129] via 192.1.26.2, 00:14:09, Serial0/1/0
O 192.1.25.0/24 [110/128] via 192.1.26.2, 00:14:09, Serial0/1/0
5.0.0.0/32 is subnetted, 1 subnets
O 5.5.5.5 [110/129] via 192.1.26.2, 00:14:09, Serial0/1/0
O 192.1.24.0/24 [110/128] via 192.1.26.2, 00:14:10, Serial0/1/0
C 6.0.0.0/8 is directly connected, Loopback0
C 192.1.26.0/24 is directly connected, Serial0/1/0
9.0.0.0/32 is subnetted, 1 subnets
O IA 9.9.9.9 [110/130] via 192.1.26.2, 00:14:12, Serial0/1/0
C 192.1.6.0/24 is directly connected, GigabitEthernet0/0
10.0.0.0/24 is subnetted, 1 subnets
O E2 10.5.5.0 [110/120] via 192.1.26.2, 00:14:12, Serial0/1/0
O IA 192.1.49.0/24 [110/129] via 192.1.26.2, 00:14:12, Serial0/1/0
R6#sh ip route 192.168.22.1
% Network not in table
R6#