device-profile name
Syntax
device-profile name <device-profile-name> no allow-tunneled-node
Description
Allows or disallows tunneled node when device profile is applied on that port.
Command context
config
Parameter
<device-profile-name>
Specifies the name of the device profile to be configured.
Usage
To create a device-profile named
"test", execute the following command:
switch(config)# device-profile name test
To allow tunneled-node by the configured device profile parameter, execute the following command:
switch(device-profile)# allow-tunneled-node
Examples
switch(config)# device-profile name <device-profile-name> switch(device-profile)# allow-jumbo-frames Configure jumbo frame support for the device port. allow-tunneled-node Configure Tunneled Node support for the device port. cos Configure the Class of Service (CoS) priority for traffic from the device. egress-bandwidth Configure egress maximum bandwidth for the device port. ingress-bandwidth Configure ingress maximum bandwidth for the device port. poe-max-power Configure the maximum PoE power for the device port. poe-priority Configure the PoE priority for the device port. speed-duplex Configure the speed and duplex for the device port. tagged-vlan Configure this port as a tagged member of the specified VLANs. untagged-vlan Configure this port as an untagged member of specified VLAN.
Execute
show run
command to display the tunneled mode configuration in an enabled or disabled state:
switch(config)# show run ; J9625A Configuration Editor; ; Ver #0f:02.43.18.82.34.61.1c.28.f3.84.9c.63.ff.37.2f:da hostname "switch" snmp-server community "public" unrestricted device-identity name "cpe" lldp oui 33bbcc device-identity name "cpe" lldp sub-type 1 device-identity name "phone" lldp oui 112233 vlan 1 name "DEFAULT_VLAN" untagged 1-28 ip address dhcp-bootp exit device-profile name "ram" exit device-profile name "test" exit device-profile type “scs-wan-cpe” associate "ram" enable exit device-profile type-device "cpe" associate "ram" enable exit device-profile type-device "phone" associate "default-device-profile" exit
When
allow-tunneled-node
is disabled:
switch(config)# show run ; J9625A Configuration Editor; ; Ver #0f:02.43.18.82.34.61.1c.28.f3.84.9c.63.ff.37.2f:da hostname "switch" snmp-server community "public" unrestricted device-identity name "cpe" lldp oui 33bbcc device-identity name "cpe" lldp sub-type 1 device-identity name "phone" lldp oui 112233 vlan 1 name "DEFAULT_VLAN" untagged 1-28 ip address dhcp-bootp exit device-profile name "ram" exit device-profile name "test" no allow-tunneled-node exit device-profile type “scs-wan-cpe” associate "ram" enable exit device-profile type-device "cpe" associate "ram" enable exit device-profile type-device "phone" associate "default-device-profile" exit