Bug #11835 » firewall2 frr config.txt
1 |
[2.5.1-RELEASE][root@firewall2.home.arpa]/root: vtysh |
---|---|
2 |
|
3 |
Hello, this is FRRouting (version 7.5). |
4 |
Copyright 1996-2005 Kunihiro Ishiguro, et al. |
5 |
|
6 |
firewall2.home.arpa# show running-config no-header |
7 |
frr version 7.5 |
8 |
frr defaults traditional |
9 |
hostname firewall2.home.arpa |
10 |
service integrated-vtysh-config |
11 |
! |
12 |
password LAB |
13 |
! |
14 |
ip router-id 192.168.2.1 |
15 |
! |
16 |
interface em1 |
17 |
description "ospfd: LAN_passive" |
18 |
ip ospf area 0.0.0.0 |
19 |
ip ospf cost 4 |
20 |
ip ospf priority 0 |
21 |
! |
22 |
interface ovpnc2 |
23 |
description "ospfd: LAN_passive - ospfd: TUNNEL1_active" |
24 |
ip ospf area 0.0.0.0 |
25 |
ip ospf authentication message-digest |
26 |
ip ospf cost 8000 |
27 |
ip ospf message-digest-key 1 md5 BAAAAAAAAAAAAAAD |
28 |
ip ospf priority 2 |
29 |
! |
30 |
interface ovpnc3 |
31 |
description "ospfd: LAN_passive - ospfd: TUNNEL1_active - ospfd: TUNNEL2_active" |
32 |
ip ospf area 0.0.0.0 |
33 |
ip ospf authentication message-digest |
34 |
ip ospf cost 9000 |
35 |
ip ospf message-digest-key 1 md5 BAAAAAAAAAAAAAAD |
36 |
ip ospf priority 2 |
37 |
! |
38 |
router ospf |
39 |
ospf router-id 192.168.2.1 |
40 |
auto-cost reference-bandwidth 400000 |
41 |
redistribute connected metric 20 route-map CONNECT |
42 |
passive-interface em1 |
43 |
area 0.0.0.0 authentication message-digest |
44 |
! |
45 |
ip prefix-list CONNECT seq 10 permit 10.2.194.0/24 |
46 |
! |
47 |
route-map CONNECT permit 10 |
48 |
match ip address prefix-list CONNECT |
49 |
! |
50 |
line vty |
51 |
! |
52 |
end |
53 |
firewall2.home.arpa# |