3Com 4500 50-PORT Switch User Manual


 
Configuration File Management Commands 309
By default, if some running configuration parameters are the same with the
default operational parameters, they will not be displayed.
If a user needs to authenticate whether the configurations are correct after
finishing a set of configuration, the
display current-configuration command
can be used to display the running parameters. Although the user has configured
some parameters, but the related functions are not effective, they are not
displayed.
When there is much configuration information to use the regular expression to
filter the output information. For specific rules about the regular expression, refer
to the Switch 4500 Configuration Guide.
Related commands: save, reset saved-configuration, display
saved-configuration
.
Example
To view the running configuration parameters of the switch, enter the following:
<4500>display current-configuration
local-server nas-ip 127.0.0.1 key 3com
domain default enable system
queue-scheduler wrr 1 2 3 4 5 9 13 15
ip http acl 2000
radius scheme system
domain system
acl number 2000 match-order auto
rule 0 permit
acl number 3000
acl number 4000
rule 0 permit
qos-profile student
packet-filter inbound ip-group 2000 rule 0
---- More ----
To view the lines containing the character string “10*” in the configuration
information, enter the following. The “*” indicates that the “0” before it can
appear 0 times or multiple consecutive times.
<4500>display current-configuration | include 10*
local-server nas-ip 127.0.0.1 key 3com
queue-scheduler wrr 1 2 3 4 5 9 13 15
traffic-limit inbound ip-group 2000 rule 0 128 exceed drop
vlan 1
ip address 1.1.1.2 255.255.255.0
interface Aux1/0/0
interface Ethernet1/0/1
webcache address 1.1.1.1 mac 00e0-fc01-0101 vlan 40
traffic-limit inbound ip-group 2000 rule 0 128
traffic-redirect inbound ip-group 2000 rule 0 interface
Ethernet1/0/1
line-rate inbound 128
queue-scheduler wrr 1 2 3 4 5 6 7 8
interface Ethernet1/0/2
interface Ethernet1/0/3
interface Ethernet1/0/4
interface Ethernet1/0/5