prefix-list-create

Create a prefix lists used for Router Advertisement (RA) Guard.

Syntax   prefix-list-create


name name-string

Displays the name of the prefix list.

scope local|fabric

Displays the scope for the prefix list.

Defaults   None

Access   Network Administrator

History   Command introduced in Version 3.0.0

Usage   Use this command to create prefix lists.

Examples  To create a prefix list, ra-prefix-1, use the following syntax:

CLI network-admin@switch > prefix-list-create name ra-prefix-1 scope local

prefix-list-delete

Delete a prefix lists used for Router Advertisement (RA) Guard.

Syntax   prefix-list-delete


name name-string

Displays the name of the prefix list.

Defaults   None

Access   Network Administrator

History   Command introduced in Version 3.0.0

Usage   Use this command to delete prefix lists.

Examples  To delete a prefix list , ra-prefix-1, use the following syntax:

CLI network-admin@switch > prefix-list-delete name ra-prefix-1

prefix-list-show

Display information about prefix lists used for Router Advertisement (RA) Guard.

Syntax   prefix-list-show

name name-string

Displays the name of the prefix list.

scope local|fabric

Displays the scope for the prefix list.

Defaults   None

Access   Network Administrator

History   Command introduced in Version 3.0.0

Usage   Use this command to display information about prefix lists configuration.

Examples  To display information about prefix lists configurations, ra-prefix-1, use the following syntax:

CLI network-admin@switch > prefix-list-show name ra-prefix-1

switch     name        scope

---------- ----------- -----

Spine-1    ra-prefix-1 local

prefix-list-network-add

Display network information for a Route Advertisement (RA) Guard configuration.

Syntax   prefix-list-network-add name

name name-string

Display the name of the prefix list network.

network ip-address

Display the IP address of the prefix list network.

netmask netmask

Display the netmask for the IP address.

Access   Network Administrator

History   Command introduced in Version 3.0.0.

Usage   Use this command to add network information for a RA Guard configuration.

Examples  To add network information for the prefix list network configuration, ra-prefix-1, use the following syntax:

CLI network-admin@switch > prefix-list-network-add name ra-prefix-1 network 1.1.1.1 netmask 255.255.255.0

switch     name        network    

---------- ----------- ----------

Spine-1    ra-prefix-1 1.1.1.1/24

 

prefix-list-network-remove

Remove prefix list network information for a Route Advertisement (RA) Guard from the switch configuration.

Syntax   prefix-list-network-remove 

name name-string

Display the name of the prefix list network.

network ip-address

Display the IP address of the prefix list network.

netmask netmask

Display the netmask for the IP address.

Access   Network Administrator

History   Command introduced in Version 3.0.0.

Usage   Use this command to remove network information from a RA Guard configuration.

Examples  To remove network information for the prefix list network configuration, ra-prefix-1, use the following syntax:

CLI network-admin@switch > prefix-list-network-remove name ra-prefix-1

prefix-list-network-show

Display network information for a Route Advertisement (RA) Guard configuration.

Syntax   prefix-list-network-show

name name-string

Display the name of the prefix list network.

network ip-address

Display the IP address of the prefix list network.

netmask netmask

Display the netmask for the IP address.

Defaults   None

Access   Network Administrator

History   Command introduced in Version 3.0.0

Usage   Use this command to display network information about a RA Guard configuration.

Examples  To display network information for the prefix list network configuration, ra-prefix-1, use the following syntax:

CLI network-admin@switch > prefix-list-network-show

switch     name        network    

---------- ----------- ----------

Spine-1    ra-prefix-1 1.1.1.1/24