Hello community, i got the following issue,
After configuring the command in my user-interface vty 0 4 : protocol inbound all (for telnet and ssh)
I'm trying to look this configuration with the display current-configuration or display this inside the user-interface vty 0 4 but it doesn't show the command.
My specs are :
HUAWEI ATN 910I
VRP (R) software, Version 5.160 (ATN 910I DC V200R006C00SPC100)
Issue :
[910i-1-ui-vty0-4]protocol inbound all
[910i-1-ui-vty0-4]
[910i-1-ui-vty0-4]display this
#
user-interface con 0
authentication-mode password
set authentication password cipher $1a$)PTE/"QMXF$`X4B*^Fj;JU9.TX<N-y%UelaL01r*MLebCK<Lb!/$
user-interface vty 0 4
authentication-mode aaa
user privilege level 15
idle-timeout 60 0
user-interface vty 16 20
authentication-mode aaa
user privilege level 15
#
return
[910i-1-ui-vty0-4]
[910i-1]display current-configuration configuration user-interface
#
user-interface con 0
authentication-mode password
set authentication password cipher $1a$)PTE/"QMXF$`X4B*^Fj;JU9.TX<N-y%UelaL01r*MLebCK<Lb!/$
user-interface vty 0 4
authentication-mode aaa
user privilege level 15
idle-timeout 60 0
user-interface vty 16 20
authentication-mode aaa
user privilege level 15
#
return
[910i-1]
Is it a hidden command? is there a way to display it ?
Thanks