The reset ipv6 pathmtu all command deletes all path MTU entries (static and dynamic entries).
The reset ipv6 pathmtu dynamic command deletes only dynamic entries.
The reset ipv6 pathmtu static command deletes only static entries that are configured through the CLI.
reset ipv6 pathmtu [ vpnv6-instance vpnv6-instance-name | vpn-instance vpn-instance-name ] { all | dynamic | static }
| Parameter | Description | Value |
|---|---|---|
vpnv6-instance vpnv6-instance-name |
Specifies the name of the VPNv6 instance. |
- |
vpn-instance vpn-instance-name |
Specifies the name of the VPN instance. |
- |
all |
Clears all path MTU entries. |
- |
dynamic |
Clears all dynamic path MTU entries |
- |
static |
Clears all static path MTU entries. |
- |