The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco Nexus Cloud Services Platform commands that begin with the letter P.
To modify the VLAN ID of the Virtual Supervisor Module (VSM) domain packet VLAN, use the packet vlan command.
packet vlan vlanid
vlanid |
Number that identifies the VSM domain packet VLAN. The range is from 1 to 3967 and 4048 to 4093. |
None
SVS domain configuration (config-svs-domain)
network-admin
|
|
---|---|
4.0(4)SP1(1) |
This command was introduced. |
This example shows how to modify the VLAN ID of the VSM domain packet VLAN to be 1117:
n1010# configure terminal
n1010(config)# svs-domain
n1010(config-svs-domain)# packet vlan 1117
To enable password-strength checking, use the password strength-check command. To disable the checking of password strength, use the no form of this command.
password strength-check
no password strength-check
This command has no arguments or keywords.
This feature is enabled by default.
Global configuration (config)
network-admin
|
|
4.0(4)SP1(1) |
This command was introduced. |
This example shows how to enable the checking of password strength:
n1010# configure terminal
n1010(config)# password strength-check
n1010(config)#
This example shows how to disable the checking of password strength:
n1010# configure terminal
n1010(config)# no password strength-check
n1010(config)#
To determine the network connectivity to another device using IPv4 addressing, use the ping command.
ping [dest-ipv4-address | hostname | multicast multicast-group-address interface [ethernet slot/port | loopback number | mgmt0 | port-channel channel-number | vethernet number]] [count {number | unlimited}] [df-bit] [interval seconds] [packet-size bytes] [source src-ipv4-address] [timeout seconds] [vrf vrf-name]
For the default values, see the "Syntax Description" section for this command.
Any command mode
network-admin
|
|
---|---|
4.0(4)SP1(1) |
This command was introduced. |
This example shows how to determine connectivity to another device using IPv4 addressing:
n1010# ping 172.28.231.246 vrf management
PING 172.28.231.246 (172.28.231.246): 56 data bytes
Request 0 timed out
64 bytes from 172.28.231.246: icmp_seq=1 ttl=63 time=0.799 ms
64 bytes from 172.28.231.246: icmp_seq=2 ttl=63 time=0.597 ms
64 bytes from 172.28.231.246: icmp_seq=3 ttl=63 time=0.711 ms
64 bytes from 172.28.231.246: icmp_seq=4 ttl=63 time=0.67 ms
--- 172.28.231.246 ping statistics ---
5 packets transmitted, 4 packets received, 20.00% packet loss
round-trip min/avg/max = 0.597/0.694/0.799 ms
|
|
---|---|
ping6 |
Determines connectivity to another device using IPv6 addressing. |
To create a port profile and enter port-profile configuration mode, use the port-profile command. To remove the port profile configuration, use the no form of this command.
port-profile name
no port-profile name
name |
Port profile name. The name can be up to 80 characters. |
None
Global configuration (config)
network-admin
|
|
4.0(4)SP1(1) |
This command was introduced. |
The port profile name must be unique for each port profile on the Cisco Nexus 1000V.
This example shows how to create a port profile with the name AccessProf:
n1010# configure terminal
n1010(config-port-prof)
This example shows how to remove the port profile with the name AccessProf:
n1010# configure terminal
n1010(config)# no port-profile AccessProf
n1010(config)
|
|
---|---|
show port-profile name |
Displays information about the port profiles. |
To view the current directory, use the pwd command.
pwd
This command has no arguments or keywords.
None
Any command mode
network-admin
network-operator
|
|
4.0(4)SP1(1) |
This command was introduced. |
This example shows how to view the current directory:
n1010# pwd
bootflash:
n1010#
|
|
---|---|
cd |
Changes the current working directory. |
dir |
Displays the directory contents. |
rmdir |
Removes a directory. |