Dear Sir,
Here is the configuration for our router.
The problem is that, we cannot see our Class-C Network
(202.77.96-202.77.127)
in BGP routing table:
KARG1>sh ip bgp 202.137.0.0
BGP routing table entry for 202.137.0.0/20, version 2
Paths: (1 available, best #1, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
202.161.128.181
Local
202.137.2.174 from 0.0.0.0 (202.137.2.134)
Origin IGP, metric 0, localpref 100, weight 32768, valid, sourced,
local,
best
KARG1>sh ip bgp 202.77.96.0
% Network not in table
These Class-C Network cannot go to outside world.
attatched is my router configuration <<C7200-confg.txt>>
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname KARG1
!
enable secret 5 $1$9/RR$zMWmJ8mh0CfqJpvO.vkxZ1
!
username linknet password 7 070234405A00090A1B1319
!
!
!
!
clock timezone Jakarta 7
ip subnet-zero
no ip source-route
ip wccp web-cache
no ip finger
ip name-server 202.137.3.120
!
!
!
!
!
!
interface Loopback0
ip address 202.137.2.134 255.255.255.255
no ip directed-broadcast
!
interface FastEthernet0/0
no ip address
no ip directed-broadcast
shutdown
full-duplex
!
interface FastEthernet1/0
description Cache Engine
ip address 202.137.2.157 255.255.255.240
no ip directed-broadcast
full-duplex
!
interface FastEthernet2/0
ip address 202.137.2.166 255.255.255.240
no ip directed-broadcast
full-duplex
!
interface Serial3/0
description POP-SLIPI
ip address 202.137.2.234 255.255.255.252
no ip directed-broadcast
no ip mroute-cache
no fair-queue
!
interface Serial3/1
description POP-MANGGA DUA
ip address 202.137.2.230 255.255.255.252
no ip directed-broadcast
!
interface Serial3/2
description POP-MATRAMAN
ip address 202.137.2.214 255.255.255.252
no ip directed-broadcast
!
interface Serial3/3
description CONNECTION TO IIX via INDOSAT
ip address 198.32.204.30 255.255.255.252
no ip directed-broadcast
!
interface Serial3/4
no ip address
no ip directed-broadcast
shutdown
!
interface Serial3/5
no ip address
no ip directed-broadcast
shutdown
!
interface Serial3/6
no ip address
no ip directed-broadcast
shutdown
!
interface Serial3/7
no ip address
no ip directed-broadcast
shutdown
!
interface Serial4/0
bandwidth 8192
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
fair-queue 64 256 0
frame-relay lmi-type ansi
!
interface Serial4/0.1 point-to-point
bandwidth 8192
ip address 202.161.128.182 255.255.255.252
no ip directed-broadcast
ip wccp web-cache redirect out
frame-relay interface-dlci 387
!
interface Serial4/1
no ip address
no ip directed-broadcast
shutdown
!
interface Serial4/2
no ip address
no ip directed-broadcast
shutdown
!
interface Serial4/3
no ip address
no ip directed-broadcast
shutdown
!
router ospf 100
area 0 range 202.77.123.0 255.255.255.0
area 0 range 202.77.124.0 255.255.252.0
area 0 range 202.137.0.0 255.255.0.0
redistribute connected
network 202.77.123.0 0.0.0.255 area 0
network 202.77.124.0 0.0.3.255 area 0
network 202.137.0.0 0.0.15.255 area 0
network 202.161.128.180 0.0.0.3 area 1
default-information originate
!
router bgp 9905
no synchronization
bgp dampening
network 202.77.96.0 mask 255.255.224.0
network 202.137.0.0 mask 255.255.240.0
neighbor 198.32.204.29 remote-as 7597
neighbor 198.32.204.29 version 4
neighbor 198.32.204.29 soft-reconfiguration inbound
neighbor 202.161.128.181 remote-as 11919
neighbor 202.161.128.181 ebgp-multihop 5
neighbor 202.161.128.181 version 4
neighbor 202.161.128.181 soft-reconfiguration inbound
neighbor 202.161.128.181 distribute-list 1 in
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 202.161.128.181 100
ip route 202.77.96.0 255.255.240.0 202.137.2.233
ip route 202.77.116.0 255.255.255.0 202.137.2.229
ip route 202.77.120.0 255.255.252.0 202.137.2.229
ip route 202.77.124.0 255.255.252.0 202.137.2.174
ip route 202.137.0.0 255.255.240.0 202.137.2.174
ip http server
!
logging trap debugging
access-list 1 permit any
access-list 10 permit 202.137.2.203
access-list 10 permit 202.137.2.204
access-list 180 deny ip 172.16.0.0 0.15.255.255 255.240.0.0 0.15.255.255
access-list 180 deny ip 192.168.0.0 0.0.255.255 255.255.0.0 0.0.255.255
access-list 180 deny ip 192.0.2.0 0.0.0.255 255.255.255.0 0.0.0.255
access-list 180 deny ip 128.0.0.0 0.0.255.255 255.255.0.0 0.0.255.255
access-list 180 deny ip 191.255.0.0 0.0.255.255 255.255.0.0 0.0.255.255
access-list 180 deny ip 192.0.0.0 0.0.0.255 255.255.255.0 0.0.0.255
access-list 180 deny ip 224.0.0.0 31.255.255.255 224.0.0.0 31.255.255.255
access-list 180 permit ip any any
snmp-server engineID local 0000000902000001C9F2B400
snmp-server community public RO
!
line con 0
transport input none
line aux 0
transport input all
line vty 0 4
password 7 141A0707180D3A24282921
login
!
end