R0106-HP MSR Router Series Security Command Reference(V7)

604
MSR4000:
display client-verify { dns | http | tcp } protected ipv6 [ ipv6-address [ vpn vpn-instance-name ] ] [ port
port-number ] [ slot slot-number ] [ count ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
dns: Specifies the DNS client verification function.
http: Specifies the HTTP client verification function.
tcp: Specifies the TCP client verification function.
ipv6-address: Specifies a protected IPv6 address. If no IPv6 address is specified, this command displays
all matching protected IPv6 addresses.
vpn-instance vpn-instance-name: Specifies the MPLS L3VPN instance to which the protected IPv6
address belongs. The vpn-instance-name argument is a case-sensitive string of 1 to 31 characters. Do not
specify this option if the protected IPv6 address is on the public network.
port port-number: Specifies a protected port in the range of 1 to 65535. If no port is specified, this
command displays protected IPv6 addresses with port 53 for DNS client verification, port 80 for HTTP
client verification, and all ports for TCP client verification.
slot slot-number: Specifies a card by its slot number. If no card is specified, this command displays
protected IPv6 addresses on all cards. (MSR4000.)
count: Displays the number of matching protected IPv6 addresses.
Examples
# (MSR2000/MSR3000.) Display the protected IPv6 list for TCP client verification.
<Sysname> display client-verify tcp protected ipv6
IPv6 address VPN instance Port Type Requested Trusted
1023::1123 vpn1 65535 Dynamic 4294967295 15151
1:2:3:4:5:6:7:8 -- 100 Manual 14478 5501
# (MSR4000.) Display the protected IPv6 list for TCP client verification.
<Sysname> display client-verify tcp protected ipv6
Slot 0:
IPv6 address VPN instance Port Type Requested Trusted
1023::1123 vpn1 65535 Dynamic 4294967295 15151
1:2:3:4:5:6:7:8 -- 100 Manual 14478 5501
Slot 1
IPv6 address VPN instance Port Type Requested Trusted
1023::1123 vpn1 65535 Dynamic 4294967295 15151
1:2:3:4:5:6:7:8 -- 100 Manual 14478 5501
# (MSR2000/MSR3000.) Display the number of protected IPv6 addresses for TCP client verification.
<Sysname> display client-verify tcp protected ipv6 count
Totally 3 protected IPv6 addresses.