Options

am i confgure good this ebgp?

tomislav91tomislav91 Member Posts: 59 ■■□□□□□□□□


interface Loopback0
 ip address 101.101.101.1 255.255.255.0
!
interface Loopback1
 ip address 100.100.100.1 255.255.255.0
!
interface FastEthernet1/0
 ip address 10.10.10.1 255.255.255.0
 duplex auto
 speed auto
router bgp 100
 bgp router-id 1.1.1.1
 bgp log-neighbor-changes
 no synchronization
 neighbor 10.10.10.2 remote-as 200
 network 100.100.100.0 mask 255.255.255.0
 network 101.101.101.0 mask 255.255.255.0
!
interface FastEthernet1/0
 ip address 20.20.20.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet1/1
 ip address 10.10.10.2 255.255.255.0
 duplex auto
 speed auto
 ipv6 enable
 ipv6 ospf 1 area 0
!

router bgp 200
 bgp log-neighbor-changes
 no synchronization
 neighbor 10.10.10.1 remote-as 100
 neighbor 20.20.20.2 remote-as 300
!
interface FastEthernet0/1
 ip address 20.20.20.2 255.255.255.0
 duplex auto
 speed auto

router bgp 300
 bgp log-neighbor-changes
 no synchronization
 neighbor 20.20.20.1 remote-as 200



BGP table version is 3, local router ID is 20.20.20.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*> 100.100.100.0/24  20.20.20.1               0     0     0 200 100 i
*> 101.101.101.0/24  20.20.20.1               0     0     0 200 100 i
BGP table version is 3, local router ID is 20.20.20.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*> 100.100.100.0/24  10.10.10.1               0     0     0 100 i
*> 101.101.101.0/24  10.10.10.1               0     0     0 100 i
BGP table version is 3, local router ID is 1.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*> 100.100.100.0/24  0.0.0.0                  0     0 32768 i
*> 101.101.101.0/24  0.0.0.0                  0     0 32768 i

And if it's ok. What next to do? I must ospfv3 on this 3 routers? Because, i want just eBGP to this 3 routers, and rest is ospfv3. Can i just assign IPv6 networks, and go with ospfv3?
412.jpg 80.2K
Sign In or Register to comment.