R211x-HP Flexfabric 11900 Security Command Reference

Table Of Contents
260
If the ACL has rules configured, only the IPv6 SSH clients whose request packets match the permit
statement in this ACL can access the server.
If the ACL does not exist, or if the ACL does not have any statement, all the IPv6 SSH clients can
access the server.
The ACL filters only new SSH connections after the configuration.
If you execute this command multiple times, the most recent configuration takes effect.
Examples
# Configure ACL 2001 and reference the ACL to allow only IPv6 SSH clients on the 1::1/64 to access the
server.
<Sysname> system-view
[Sysname] acl ipv6 number 2001
[Sysname-acl6-basic-2001] rule permit source 1::1 64
[Sysname-acl6-basic-2001] quit
[Sysname] ssh server ipv6 acl ipv6 2001
Related commands
display ssh server
ssh server ipv6 dscp
Use ssh server ipv6 dscp to set the DSCP value in the IPv6 packets that the SSH server sends to the SSH
clients.
Use undo ssh server ipv6 dscp to restore the default.
Syntax
ssh server ipv6 dscp dscp-value
undo ssh server ipv6 dscp
Default
The DSCP value in IPv6 packets sent by the SSH server is 48.
Views
System view
Predefined user roles
network-admin
mdc-admin
Parameters
dscp-value: Specifies the DSCP value in the outbound IPv6 packets, in the range of 0 to 63.
Usage guidelines
The DSCP value of an IPv6 packet specifies the priority of the packet and affects the transmission priority
of the packet. A bigger DSCP value represents a higher priority.
Examples
# Set the DSCP value to 30 for IPv6 packets sent by the SSH server.
<Sysname> system-view