DPS Interface Configuration
For the DPS interface add any private IP address to make it an Layer 3 interface. However, the assigned IP address is not used for routing.
Syntax
interface Ethernet100
no switchport
ip address 11.0.0.1/24
Example
switch(config)#interface ethernet 100
switch(config-if-Et100)#no switchport
switch(config-if-Et100)#ip address 11.0.0.1/24
switch(config-if-Et100)#