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