frr/tests/topotests/nhrp_topo/r1/nhrpd.conf
Volodymyr Huti 51f0700286 nhrp: add cisco-authentication password support
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>
2024-06-10 16:39:21 -07:00

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