summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_te_topo1/r3/zebra.conf
blob: 4cf9077085486035df24ef988c9ccd93bef0fe79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
!
interface lo
 ip address 10.0.255.3/32
!
interface r3-eth0
 ip address 10.0.3.1/24
 link-params
  enable
  admin-grp 0x20
  exit-link-params
!
interface r3-eth1
 ip address 10.0.5.1/24
 link-params
  enable
  metric 10
  delay 50000
  neighbor 10.0.255.5 as 65535
 exit-link-params
!
ip forwarding
!