mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00

Implemented: - handling 8 char long password, aka Cisco style. - minimal error inidication routine - test case, password change affects conection Signed-off-by: Volodymyr Huti <v.huti@vyos.io>
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
! debug nhrp all
|
|
log stdout debugging
|
|
nhrp nflog-group 1
|
|
interface r2-gre0
|
|
ip nhrp authentication secret
|
|
ip nhrp holdtime 500
|
|
ip nhrp redirect
|
|
ip nhrp network-id 42
|
|
ip nhrp registration no-unique
|
|
tunnel source r2-eth0
|
|
exit
|