Skip to content

Instantly share code, notes, and snippets.

@NilashishC
Created November 7, 2019 10:50
Show Gist options
  • Save NilashishC/806ecaff8ff9497815c04399a727e81e to your computer and use it in GitHub Desktop.
Save NilashishC/806ecaff8ff9497815c04399a727e81e to your computer and use it in GitHub Desktop.
static_routes:
- address_families:
- afi: ipv4
routes:
- dest: 10.0.0.0/8
next_hops:
- forward_router_address: 192.168.1.1
interface: FastEthernet0/0/0/0
safi: unicast
- afi: ipv4
routes:
- dest: 11.0.0.0/8
next_hops:
- forward_router_address: 192.168.1.2
interface: FastEthernet0/0/0/1
safi: multicast
vrf: __global__
- address_families:
- afi: ipv4
routes:
- dest: 14.0.0.0/8
next_hops:
- forward_router_address: 192.168.1.5
interface: FastEthernet0/0/0/4
- interface: FastEthernet0/0/0/10
- dest: 20.0.0.0/8
next_hops:
- interface: FastEthernet0/0/0/11
safi: unicast
- afi: ipv4
routes:
- dest: 15.0.0.0/8
next_hops:
- forward_router_address: 192.168.1.6
interface: FastEthernet0/0/0/5
safi: multicast
vrf: red
- address_families:
- afi: ipv4
routes:
- dest: 12.0.0.0/8
next_hops:
- forward_router_address: 192.168.1.3
interface: FastEthernet0/0/0/2
safi: unicast
- afi: ipv4
routes:
- dest: 13.0.0.0/8
next_hops:
- forward_router_address: 192.168.1.4
interface: FastEthernet0/0/0/3
safi: multicast
vrf: blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment