problem in BGP4+

Hua Ning nhua@biigroup.com
Fri, 11 May 2001 21:37:22 +0800


hi , 
I suppose you forget to define the prefix-list  .
Pls add the two line following.

 neighbor 3FFE:B00:C18::84  prefix-list viagenia-in in
 neighbor 3FFE:B00:C18::84  prefix-list viagenia-out out

Good luck
_________________________________________________
    Hua Ning
    Chief Engineer
    BII Group Holdings Ltd(Beijing Internet-networking Institute),
    110E 11F China Merchants Tower,
    No.2 Dong Huan Nan Lu, Chao Yang District,
    Beijing,China
    Zip Code: 100022
    Tel:+86-10-65660290-223
    Fax:+86-10-65660297
_________________________________________________
----- Original Message ----- 
From: "Sohail Ghaffar Rao" <sohail_rao@yahoo.com>
To: <6bone@ISI.EDU>
Sent: Friday, May 11, 2001 5:17 PM
Subject: problem in BGP4+


> Dear group,
> 
> Can anyone help me why cant I advertise any routes via
> BGP4+. There is no problem in receiving prefixes
> though. Following is my configuration. The hardware is
> a Cisco 7206 router.
> 
> IPv6-gw#sh run
> Building configuration...
> 
> Current configuration : 1700 bytes
> !
> version 12.2
> no service single-slot-reload-enable
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname IPv6-gw
> !
> logging rate-limit console 10 except errors
> enable secret 5 $1$5d01$F426.pKlZweJnP2QMgemo1
> !
> ip subnet-zero
> !
> !
> no ip finger
> !
> no ip dhcp-client network-discovery
> ipv6 unicast-routing
> no mgcp timer receive-rtcp
> call rsvp-sync
> !
> !
> !
> !
> !
> !
> !
> !
> !
> interface Tunnel0
>  description tunnel to sprint 3ffe:2900:a:d::1
> rrockel@sprint.net
>  no ip address
>  ipv6 enable
>  ipv6 address 3FFE:2900:A:D::2/64
>  tunnel source 217.31.228.62
>  tunnel destination 208.19.223.30
>  tunnel mode ipv6ip
> !
> interface Tunnel1
>  description tunnel to viagenie 3ffe:b00:c18::84
> ipv6@viagenie.qc.ca
>  no ip address
>  ipv6 enable
>  ipv6 address 3FFE:B00:C18::85/64
>  tunnel source 217.31.228.62
>  tunnel destination 206.123.31.101
>  tunnel mode ipv6ip
> !
> interface FastEthernet0/0
>  no ip address
>  shutdown
>  duplex half
> !
> interface FastEthernet1/0
>  ip address 217.31.228.93 255.255.255.224
>  duplex full
> !
> interface FastEthernet3/0
>  description IPv6 domain interface
>  ip address 217.31.228.62 255.255.255.240
>  duplex half
>  ipv6 address 3FFE:2900:A00D:1::1/64
> !
> router bgp 15897
>  no bgp default ipv4-unicast
>  bgp log-neighbor-changes
>  neighbor 3FFE:B00:C18::84 remote-as 10566
>  !
>  address-family ipv6
>  neighbor 3FFE:B00:C18::84 activate
>  network 3FFE:2900:A00D::/48
>  exit-address-family
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 217.31.228.94
> no ip http server
> !
> ipv6 route 3FFE:2900::/24 3FFE:2900:A:D::1
> ipv6 route ::/0 3FFE:B00:C18::84
> !
> !
> !
> !
> !
> gatekeeper
>  shutdown
> !
> !
> line con 0
>  transport input none
> line aux 0
> line vty 0 4
>  password $1$5d01$F426.pKlZweJnP2QMgemo1
>  login
> line vty 5 15
>  login
> !
> !
> end
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>