frr/tests/topotests/nhrp_topo/r2/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
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