272
Ten-GigabitEthernet1/0/1 Trusted
The output shows that DHCPv6 snooping is enabled, Ten-GigabitEthernet1/0/1 is the trusted port.
Related commands
ipv6 dhcp snooping trust
ipv6 dhcp snooping binding database filename
Use ipv6 dhcp snooping binding database filename to configure the DHCPv6 snooping device to
back up DHCPv6 snooping entries to a file.
Use undo ipv6 dhcp snooping binding database filename to disable the auto backup and
remove the backup file.
Syntax
ipv6 dhcp snooping binding database filename { filename | url url [ username username
[ password { cipher | simple } key ] ] }
undo ipv6 dhcp snooping binding database filename
Default
The DHCPv6 snooping device does not back up DHCPv6 snooping entries.
Views
System view
Predefined user roles
network-admin
Parameters
filename: Specifies the name of a local file. For information about the filename argument, see
Fundamentals Configuration Guide.
url url: Specifies the URL of a remote file. Do not include a username or password in the URL. Case
sensitivity and the supported path format type vary by server.
username username: Specifies the username for logging in to the remote device.
cipher: Sets a ciphertext password.
simple: Sets a plaintext password.
key: Specifies the key string. This argument is case sensitive. If simple is specified, it must be a
string of 1 to 32 characters. If cipher is specified, it must be a ciphertext string of 1 to 73 characters.
Usage guidelines
For security purposes, all passwords, including passwords configured in plaintext, are saved in
ciphertext.
This command automatically creates the file if you specify a non-existent file.
With this command executed, the DHCPv6 snooping device backs up its snooping entries
immediately and runs auto backup. The snooping device, by default, waits 300 seconds after a
DHCPv6 snooping entry change to update the backup file. You can use the ipv6 dhcp snooping
binding database update interval command to change the waiting time. If no DHCPv6 snooping
entry changes, the backup file is not updated.
When the file is on a remote device, follow these restrictions and guidelines to specify the URL,
username, and password:
If the file is on an FTP server, enter URL in the format of ftp://server address:port/file path,
where the port number is optional.