
214
undo ipv6
gateway
Default
The management Ethernet port has no IPv6 gateway configured.
Views
Management Ethernet port view
Parameters
link-local
: Specifies the Link-local address of an IPv6 gateway.
Usage guidelines
When the device needs to communicate with a device on a remote IPv6 network, you must specify
an IPv6 gateway for the management Ethernet port.
If you execute this command multiple times, the most recent configuration takes effect.
Changing or removing the IPv6 address of the management Ethernet port removes the port's IPv6
gateway configuration.
Examples
# Configure the management Ethernet port to use FE80::BAAF:67FF:FE27:DCD0.
<boot> system-view
[boot] interface m-eth0
[boot-m-eth0] ipv6 gateway fe80::baaf:67ff:fe27:dcd0
mkdir
Use
mkdir
to create a directory on a storage medium.
Syntax
mkdir
directory
Views
User view
Parameters
directory
: Specifies a directory name.
Usage guidelines
The path must already exist. For example, to create the
flash:/test/mytest
directory, the directory
test
must already exist on the Flash.
The name for the new directory must be unique in the upper-level directory.
Examples
# Create a directory named
test
in the current directory.
<boot> mkdir flash:/test
Directory flash:/test created.
# Create a directory named
subtest
in the
test
directory.
<boot> mkdir flash:/test/subtest
Directory flash:/test/subtest created.
Related commands
•
dir
•
rmdir