HP 2910AL User Manual
Page 566
Troubleshooting
Viewing Switch Configuration and Operation
ProCurve(config)# show run | begin ipv6
ipv6 enable
no untagged B21-B24
Displays the running config beginning at the first line
exit
that contains “ipv6”.
vlan 20
name "VLAN20"
untagged B21-B24
ipv6 enable
no ip address
exit
policy qos "michael"
exit
ipv6 access-list "EH-01"
sequence 10 deny tcp 2001:db8:255::/48 2001:db8:125::/48
exit
no autorun
password manager
ProCurve(config)#
Figure C-30. Example of Pattern Matching with Begin Option
Figure C-31 is an example of the
show arp command output, and then the
output displayed when the
include option has the IP address of 15.255.128.1 as
the regular expression.
ProCurve(config)# show arp
IP ARP table
IP Address MAC Address Type
Port
--------------- ----------------- ------- ----
15.255.128.1 00000c-07ac00 dynamic B1
15.255.131.19 00a0c9-b1503d dynamic
15.255.133.150 000bcd-3cbeec dynamic B1
ProCurve(config)# show arp | include 15.255.128.1
15.255.128.1 00000c-07ac00 dynamic B1
Figure C-31. Example of the Show ARP Command and Pattern Matching with the
Include Option
C-78