Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /routing bgp instance
- set default disabled=yes
- add as=400 name=AS-400 redistribute-connected=yes router-id=13.1.2.101
- /ip address
- add address=13.1.2.101/24 interface=ether1 network=13.1.2.0
- add address=13.1.6.101/24 interface=ether2 network=13.1.6.0
- add address=13.1.5.101/24 interface=ether3 network=13.1.5.0
- add address=13.1.8.101/24 interface=ether4 network=13.1.8.0
- add address=13.1.9.101/24 interface=ether5 network=13.1.9.0
- /routing bgp network
- add network=13.1.2.0/24
- add network=13.1.5.0/24
- add network=13.1.6.0/24
- add network=13.1.8.0/24
- add network=13.1.9.0/24
- /routing bgp peer
- add in-filter=bgp-in instance=AS-400 name=peer1 remote-address=13.1.2.102 \
- remote-as=400
- add in-filter=bgp-in instance=AS-400 name=peer2 remote-address=13.1.5.15 \
- remote-as=400 route-reflect=yes
- add in-filter=bgp-in instance=AS-400 name=peer3 remote-address=13.1.6.28 \
- remote-as=400 route-reflect=yes
- add in-filter=bgp-in instance=AS-400 name=peer4 remote-address=13.1.8.23 \
- remote-as=400 route-reflect=yes
- add in-filter=bgp-in instance=AS-400 name=peer5 remote-address=13.1.9.33 \
- remote-as=400 route-reflect=yes
- /routing filter
- add chain=bgp-in set-target-scope=255
- /system identity
- set name=M-iBGP-101
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement