Skip to content

Instantly share code, notes, and snippets.

@fgrep
Created January 20, 2017 19:32
Show Gist options
  • Save fgrep/3b1f14bdeb13453a72dc1f39ee8532c9 to your computer and use it in GitHub Desktop.
Save fgrep/3b1f14bdeb13453a72dc1f39ee8532c9 to your computer and use it in GitHub Desktop.
!
! Zebra configuration saved from vty
! 2016/10/24 00:26:34
!
!
!
!
interface bond0
!
interface eth0
!
interface eth1
!
interface eth2
!
interface eth3
!
interface lo
!
router ospf
ospf router-id 100.64.0.2
redistribute connected route-map RM-IPv4-ASXXX-OSPF-OUT
passive-interface default
no passive-interface eth0
no passive-interface eth1
network XXX.XXX.XXX.XXX/20 area 0.0.0.0
!
ip prefix-list IPv4-ASXXX-PPPoE seq 5 permit XXX.XXX.XXX.XXX/20 le 32
!
route-map RM-IPv4-ASXXX-OSPF-OUT permit 1
match ip address prefix-list IPv4-ASXXX-PPPoE
!
route-map RM-IPv4-ASXXX-OSPF-OUT deny 10
!
line vty
!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment