display this
Very useful and very often used command on Huawei’s devices. You can use it in any view. Any time you configure something, you can use it to check what you have configured. If you set parameters, that are the same with the default ones, these parameters will not be displayed. Anyway “display current-configuration” does not also show the default parameters.
Example 1 (interface view):
[NE-GigabitEthernet1/0/1]display this # interface GigabitEthernet1/0/1 description test undo shutdown ip address 10.1.1.1 255.255.255.252 isis enable 1 isis circuit-type p2p isis circuit-level level-2 isis cost 100 isis bfd enable mpls mpls te mpls rsvp-te mpls rsvp-te hello # return
Example 2 (isis view):
[NE-isis-1]display this # isis 1 graceful-restart is-level level-2 cost-style wide flash-flood level-2 network-entity 49.0310.0100.0125.5025.00 is-name labnario traffic-eng level-2 log-peer-change set-overload on-startup # return
Example 3 (vpn-instance view):
[NE-vpn-instance-labnario]display this # ip vpn-instance labnario description test route-distinguisher 10.1.255.24:100 vpn-target 10.1.255.24:100 export-extcommunity vpn-target 10.1.255.24:100 import-extcommunity # return
Example 4 (aaa view):
[NE-aaa]display this # aaa local-user labnario password cipher &EU15O"Q3/;Q=^Q`MAF4 local-user labnario service-type ftp terminal telnet ssh local-user labnario level 15 local-user labnario ftp-directory cfcard:/ authentication-scheme default authentication-mode local radius authentication-scheme default0 authentication-scheme default1 # authorization-scheme default # accounting-scheme default accounting-scheme default0 accounting-scheme default1 # domain default domain default0 domain default1 # # return
Example 5 (ACL view):
[NE-acl-adv-3003]display this # acl number 3003 rule 10 permit ip destination 172.10.1.41 0 # return