IPv6 support on FlexConnect + mesh deployment
A FlexConnect and mesh deployment is a wireless network configuration that
-
enables IPv6 as the primary backhaul transport for service provider
-
supports IPv6 clients connecting via WLANs on the Cisco Catalyst 9800 series wireless controller and Cisco Embedded Wireless controller on Catalyst APs, and
-
forwards IPv6 client traffic efficiently to the network core.
Configure IPv6 support for FlexConnect + Mesh (CLI)
Procedure
|
Step 1 |
Enter the global configuration mode. Example:
|
|
Step 2 |
Create an interface and enter the interface configuration mode. Example:
|
|
Step 3 |
Disable the interface configuration. Example:
|
|
Step 4 |
(Optional) Enable IPv6 on the interface. Example:
|
|
Step 5 |
Configure IPv6 address on the interface using the IPv6 prefix option. Example:
|
|
Step 6 |
Enable the IPv6 address. Example:
|
|
Step 7 |
Enable the PIM dense-mode operation. Example:
|
|
Step 8 |
Return to the privileged EXEC mode. Example:
|
|
Step 9 |
Verify your entries and check the gateway connectivity. Example:
|
Configure preferred IP address as IPv6 (GUI)
Procedure
|
Step 1 |
Choose . |
|
Step 2 |
Click the AP Join Profile Name. The Edit AP Join Profile window is displayed. |
|
Step 3 |
Choose . |
|
Step 4 |
Select IPV6 from the Preferred Mode drop-down list. |
|
Step 5 |
Click Update & Apply to Device. |
Configure preferred IP address as IPv6 (CLI)
Procedure
| Command or Action | Purpose | |
|---|---|---|
|
Step 1 |
Enter the global configuration mode. Example:
|
|
|
Step 2 |
Enter the AP profile configuration mode. Example:
|
|
|
Step 3 |
Use IPv6 to join the controller . Example:
|
|
|
Step 4 |
Exit the configuration mode and return to the privileged EXEC mode. Example:
|
Verify IPv6 on FlexConnect + Mesh
To verify the IPv6 configuration on the controller , use this show command:
Device# show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet2 unassigned YES unset up up
GigabitEthernet0 unassigned YES NVRAM administratively down down
Capwap1 unassigned YES unset up up
Capwap2 unassigned YES unset up up
Vlan1 unassigned YES NVRAM administratively down down
Vlan89 9.10.89.90 YES NVRAM up up
Ewlc-9.10.89.90#show running-config interface vlan 89
Building configuration...
Current configuration : 120 bytes
!
interface Vlan89
ip address 9.10.89.90 255.255.255.0
ip helper-address 9.1.0.100
no mop enabled
no mop sysid
end
Feedback