blob: 4b31f0d88a00ec720f439cb05855cf95b3b29b91 (
plain)
1
2
3
4
5
6
7
8
9
10
|
type: txt
help: Configure plain text password
syntax:expression: pattern $VAR(@) "^[^[:space:]]{1,8}$" ; "Password must be 8 characters or less"
update:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "no ip ospf authentication " -c "ip ospf authentication " \
-c "ip ospf authentication-key $VAR(@)"
delete:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "no ip ospf authentication " -c "no ip ospf authentication-key"
comp_help: possible completions:
<text> Plain text password (8 characters or less)
|