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
245 B
Plaintext
12 lines
245 B
Plaintext
log stdout debugging
|
|
! debug nhrp all
|
|
interface r1-gre0
|
|
ip nhrp authentication secret
|
|
ip nhrp holdtime 500
|
|
ip nhrp shortcut
|
|
ip nhrp network-id 42
|
|
ip nhrp nhs dynamic nbma 10.2.1.2
|
|
ip nhrp registration no-unique
|
|
tunnel source r1-eth0
|
|
exit
|