|
| Network OS Administrator's Guide |
| 3.0.0 |
| Part Number: 53-1002561-01 |
| documentation@brocade.com |
NOTE: DPOD licenses are not supported on the Brocade VDX 6710, VDX 8770, and on the FC ports on the Brocade VDX 6730. When adding a DPOD license to a platform that does not support DPOD, you will be allowed to add the license, but the license display will show that the DPOD license is not supported on the platform.
• Base Port Set – Ports that can be enabled without any POD license.
• Single POD License Port Set – Ports that are assigned first and associated with the existence of a single POD license.
• Double POD License Port Set – Ports that are assigned after the single POD port set is full and are therefore associated with the double POD license.You can purchase the Brocade VDX 6720 and VDX 6730 switches with the port options indicated in Table 12. You can activate unlicensed ports up to the maximum supported per switch by purchasing and installing additional POD licenses.
With the Dynamic POD feature, you can use the base port set plus the number of additional ports you purchased. All ports that do not receive a POD assignment and are trying to come online will go offline. The show ip interface brief and show interface tengigabitethernet rbridge-id/slot/port commands display the reason for the port disabled status as related to POD licensing.If the given assignment order does not align with your intended use of the ports, you can make adjustments using the dpod rbridge-id/slot/port reserve or the dpod rbridge-id/slot/port release commands. Refer to “Overriding Dynamic POD assignments” for more information.The association of a specific port to a POD set matters only when you want to remove a POD license from the system. Ports assigned to the double POD license port set will be disabled first. The last-assigned licenses will be released first when you remove POD licenses. Refer to “Releasing a port from a POD set” for more information.
1. Verify the current states of the ports with the show ip interface brief command.
3.
4.
5. switch# show ip interface briefTo display the Dynamic POD assignments, enter the show dpod command.The show dpod command provides a summary of POD license status and POD license assignments.switch# show dpod
1. Enter the show dpod command to determine the unassigned ports.If all ports are assigned, select a port to release its POD assignment. Follow the instructions in “Releasing a port from a POD set” to release a port from its POD assignment. Once the port is released, you can reuse the assignment for another port.
2.
3. Select the port for which you want to reserve an assignment and enter the dpod reserve command.
4. Enter the exit command to return to the global configuration mode before you reserve another port.switch# configure terminalswitch(config)# dpod 5/0/10 reserveswitch(config)# dpod 5/0/11 reserveNOTE: License reservations or removals do not persist across switch reboots and power cycles. To make them persistent, save the configuration changes by issuing the use copy running-config startup-config command before you reboot the switch.switch# copy running-config startup-configswitch# show running-config dpod 5/0/10switch# show running-config dpod 5/0/11Once a port has been assigned to a Dynamic POD license port set, it remains licensed (or “reserved”) until you remove the port from the port set. You remove a port from the port set by releasing the port with the dpod release command. Releasing a port removes it from the Dynamic POD license port set; the port appears as unassigned until it comes back online.A port POD assignment can only be released if the port is currently offline. Use the shutdown command to disable the port or use the chassis disable command to disable the switch if you plan to release multiple ports.
1.
2. Select the interface for the port that you wish to disable using the interface rbridge-id/slot/port command.
3. Enter the shutdown command to take the port offline.
4. Enter the exit command to return to the global configuration mode before you release the port.
5. Enter the dpod release command to remove the port from the POD license.
6. Enter the exit command to return to the global configuration mode before you reserve another port.switch# configure terminalswitch(config)# interface 1/0/10switch(conf-if-te-1/0/10)# shutdownswitch(config)# dpod 1/0/10 release
7. Enter exit to return to the privileged EXEC mode.
8. Enter the show dpod command to verify that the port is no longer assigned to a POD set.
9. Enter the enable chassis command to bring the switch back online.switch# copy running-config startup-config