Difference between revisions of "IPv6: Cisco: DHCP"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 38: | Line 38: | ||
* [[TCP/IP: Advanced Routing]] | * [[TCP/IP: Advanced Routing]] | ||
* [[Quagga]] | * [[Quagga]] | ||
+ | * [[VyOS]] | ||
* [[Mikrotik]] | * [[Mikrotik]] | ||
* [[Cisco]] | * [[Cisco]] | ||
* [[Juniper]] | * [[Juniper]] | ||
− | * [[ | + | * [[BIRD1]] |
+ | * [[BIRD2]] | ||
* [[IPv6]] | * [[IPv6]] | ||
+ | |||
* [[TCP/IP: Advanced Routing]] | * [[TCP/IP: Advanced Routing]] | ||
* [[IPv6: Advanced Routing]] | * [[IPv6: Advanced Routing]] | ||
* [[IPv6: Quagga]] | * [[IPv6: Quagga]] | ||
+ | * [[IPv6: VyOS]] | ||
* [[IPv6: Mikrotik]] | * [[IPv6: Mikrotik]] | ||
* [[IPv6: Cisco]] | * [[IPv6: Cisco]] | ||
* [[IPv6: Juniper]] | * [[IPv6: Juniper]] | ||
− | * [[IPv6: | + | * [[IPv6: BIRD1]] |
+ | * [[IPv6: BIRD2]] | ||
* [[IPv6]] | * [[IPv6]] |
Latest revision as of 09:49, 22 January 2019
This example shows how to configure a pool called engineering with an IPv6 address prefix :
configure terminal ipv6 dhcp pool engineering address prefix 2001:1000::0/64 end
This example shows how to configure a pool called testgroup with three link-addresses and an IPv6 address prefix:
configure terminal ipv6 dhcp pool testgroup link-address 2001:1001::0/64 link-address 2001:1002::0/64 link-address 2001:2000::0/48 address prefix 2001:1003::0/64 end
This example shows how to configure a pool called 350 with vendor-specific options:
configure terminal ipv6 dhcp pool 350 address prefix 2001:1005::0/48 vendor-specific 9 suboption 1 address 1000:235D::1 suboption 2 ascii "IP-Phone" end
Pranala Menarik