sanghoshin | a0934b7 | 2015-02-26 11:25:07 -0800 | [diff] [blame] | 1 | ! |
| 2 | ! Zebra configuration saved from vty |
| 3 | ! 2014/11/25 11:22:24 |
| 4 | ! |
| 5 | hostname bgpd |
| 6 | password hello |
| 7 | log stdout |
| 8 | ! |
| 9 | router bgp 64514 |
| 10 | bgp router-id 192.168.10.1 |
| 11 | ! network 3.0.0.0/24 |
| 12 | ! network 3.0.1.0/24 |
| 13 | ! network 3.0.2.0/24 |
| 14 | ! network 3.0.3.0/24 |
| 15 | ! network 3.0.4.0/24 |
| 16 | ! network 3.0.5.0/24 |
| 17 | ! network 3.0.6.0/24 |
| 18 | ! network 3.0.7.0/24 |
| 19 | ! network 3.0.8.0/24 |
| 20 | ! network 3.0.9.0/24 |
| 21 | neighbor 192.168.20.101 remote-as 64513 |
| 22 | neighbor 192.168.20.101 route-map PREPEND2 in |
| 23 | neighbor 192.168.20.101 route-map PREPEND2 out |
| 24 | ! |
| 25 | route-map PREPEND1 permit 1 |
| 26 | set as-path prepend 64514 |
| 27 | ! |
| 28 | route-map PREPEND2 permit 2 |
| 29 | set as-path prepend 64514 64514 |
| 30 | ! |
| 31 | line vty |
| 32 | ! |