Need help with cisco bgp configuration..

Raja Azlina ina@mimos.my
Mon, 28 Aug 2000 13:02:14 +0800


Added the "neighbor 3FFE:8080:2000::1 override-capability-neg" line and
changed the tunnel destination address to "203.181.69.133" , BUT the
result is still the same.
Stefan.Gasteiger@Gendorf.de wrote:
>  Perhaps you could post the *complete* configuration of
>  your router and the remote router (delete the passwords
> and secrets!)?

I could only provide our router configuration for DTI is running
zebra and not CISCO IOS(therefore I assume the syntax
should be different)..

fyi, currently we have a static route to singAREN for 2001::/16
network and we are trying to have BGP+ connection to DTI
for 3ffe::/16 network.

What is wrong with our config?  Thanks for the help!

-----
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname router1.nel-ipv6.mimos.my
!
enable secret xxxx!
!
ip subnet-zero
!
ipv6 unicast-routing
!
interface Tunnel0
 description Tunneling to singAREN
 ip unnumbered Ethernet0/0
 no ip directed-broadcast
 ip mtu 1480
 ipv6 enable
ipv6 address 2001:208:1:FD01::2/64
tunnel source Ethernet0/0
 tunnel destination 202.8.95.2
 tunnel mode ipv6ip
!
interface Tunnel1
 description Tunnel to DTI Japan
 no ip address
 no ip directed-broadcast
 ipv6 enable
 ipv6 address 3FFE:8080:2000::2/64
 tunnel source Ethernet0/0
 tunnel destination 203.181.69.133
 tunnel mode ipv6ip
!
interface Ethernet0/0
 description Connected to 202.187.22.1 (BKJ15)
 ip address 202.187.22.2 255.255.255.224
 no ip directed-broadcast
 no ip mroute-cache
 ipv6 enable
 ipv6 address 2001:208:110:1::2/64
!
router bgp 2042
 no bgp default ipv4-unicast
 neighbor 3FFE:8080:2000::1 remote-as 4691
 !
 address-family ipv6
 neighbor 3FFE:8080:2000::1 activate
 neighbor 3FFE:8080:2000::1 override-capability-neg
 network 2001:208:110::/44
 exit-address-family
!
ip classless
ip route 0.0.0.0 0.0.0.0 202.187.22.1
no ip http server
!
ipv6 route 2001::/16 Tunnel0
!
banner motd ^C
You have reached ipv6-router...Welcome but don't screw this thing up ^C
!
line con 0
 password 7 05252323701E1D
 login
 transport input none
line aux 0
line vty 0 4
 password xxxx
 login
!
end

.....
-azlina