File: running_config.bgp

package info (click to toggle)
pyeapi 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,480 kB
  • sloc: python: 10,118; makefile: 197
file content (19 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
!
ip routing
!
router bgp 65000
   router-id 1.1.1.1
   neighbor test peer-group
   neighbor test remote-as 65001
   neighbor test maximum-routes 12000
   neighbor test1 peer-group
   neighbor test1 route-map RM-IN in
   neighbor test1 route-map RM-OUT out
   neighbor test1 maximum-routes 12000
   neighbor 172.16.10.1 remote-as 65000
   neighbor 172.16.10.1 maximum-routes 12000
   neighbor 172.16.10.1 peer-group test
   network 172.16.10.0/24
   network 172.17.0.0/16
!
!