mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
fix ipv6 dhcp mapping codeblock
This commit is contained in:
parent
1b65bcf2f7
commit
e3c911777f
@ -720,21 +720,14 @@ The configuration will look as follows:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
show service dhcp-server shared-network-name NET1
|
show service dhcpv6-server shared-network-name NET1
|
||||||
shared-network-name NET1 {
|
subnet 2001:db8::/64 {
|
||||||
subnet 2001:db8::/64 {
|
static-mapping client1 {
|
||||||
name-server 2001:db8:111::111
|
identifier 00:01:00:01:12:34:56:78:aa:bb:cc:dd:ee:ff
|
||||||
address-range {
|
ipv6-address 2001:db8::101
|
||||||
start 2001:db8::100 {
|
ipv6-prefix 2001:db8:0:101::/64
|
||||||
stop 2001:db8::199 {
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
static-mapping client1 {
|
|
||||||
ipv6-address 2001:db8::101
|
|
||||||
identifier 00:01:00:01:12:34:56:78:aa:bb:cc:dd:ee:ff
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.. start_vyoslinter
|
.. start_vyoslinter
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user