mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-20 19:07:55 +00:00
baseconf: added ospfv2
This commit is contained in:
parent
66d4c14b2d
commit
a6ddc93b80
|
@ -11,6 +11,7 @@
|
|||
\lstinputlisting[language=cisco]{code/base.cfg/interfaces.cfg}
|
||||
\lstinputlisting[language=cisco]{code/base.cfg/lldp.cfg}
|
||||
\lstinputlisting[language=cisco]{code/base.cfg/ntp.cfg}
|
||||
\lstinputlisting[language=cisco]{code/base.cfg/ospf.cfg}
|
||||
\lstinputlisting[language=cisco]{code/base.cfg/snmp.cfg}
|
||||
\lstinputlisting[language=cisco]{code/base.cfg/ssh.cfg}
|
||||
\lstinputlisting[language=cisco]{code/base.cfg/vty.cfg}
|
||||
|
|
18
code/base.cfg/ospf.cfg
Normal file
18
code/base.cfg/ospf.cfg
Normal file
|
@ -0,0 +1,18 @@
|
|||
router ospf 1
|
||||
router-id 2.2.2.2
|
||||
queue-depth update 15
|
||||
queue-depth hello 15
|
||||
event-log size 65534
|
||||
nsf ietf helper strict-lsa-checking
|
||||
area 0 authentication message-digest
|
||||
traffic-share min across-interfaces
|
||||
timers throttle spf 1800 1800 3200
|
||||
timers throttle lsa 1600 1600 3200
|
||||
timers lsa arrival 3300
|
||||
timers pacing lsa-group 180
|
||||
timers pacing flood 100
|
||||
timers pacing retransmission 200
|
||||
passive-interface Loopback0
|
||||
network 10.10.0.0 0.0.255.255 area 0
|
||||
maximum-paths 6
|
||||
bfd all-interfaces
|
Loading…
Reference in a new issue