init(): initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
frr version 8.1
|
||||
frr defaults traditional
|
||||
hostname Sam
|
||||
no ipv6 forwarding
|
||||
!
|
||||
interface eth1
|
||||
ip address 10.20.20.6/30
|
||||
exit
|
||||
!
|
||||
interface eth3
|
||||
ip address 10.20.20.10/30
|
||||
exit
|
||||
!
|
||||
interface lo
|
||||
ip address 10.20.0.3/32
|
||||
ip ospf passive
|
||||
exit
|
||||
!
|
||||
router ospf
|
||||
ospf router-id 10.20.0.3
|
||||
network 10.20.0.3/32 area 0
|
||||
network 10.20.20.4/30 area 0
|
||||
network 10.20.20.8/30 area 0
|
||||
exit
|
||||
!
|
||||
Reference in New Issue
Block a user