Kunihiro Ishiguro | c470e10 | 2015-01-20 15:51:29 -0800 | [diff] [blame] | 1 | ! BGP configuration for r3 |
| 2 | ! |
| 3 | hostname r3 |
| 4 | password sdnip |
| 5 | ! |
| 6 | router bgp 65003 |
| 7 | bgp router-id 10.0.3.1 |
| 8 | timers bgp 3 9 |
| 9 | neighbor 2001:3::101 remote-as 65000 |
| 10 | neighbor 2001:3::101 ebgp-multihop |
| 11 | neighbor 2001:3::101 timers connect 5 |
| 12 | neighbor 2001:3::101 advertisement-interval 5 |
| 13 | neighbor 2001:3::101 route-map nexthop out |
| 14 | ! |
| 15 | address-family ipv6 |
| 16 | network 2001:103::/48 |
| 17 | neighbor 2001:3::101 activate |
| 18 | exit-address-family |
| 19 | ! |
| 20 | route-map nexthop permit 10 |
| 21 | set ipv6 next-hop global 2001:3::1 |
| 22 | ! |
| 23 | log stdout |