Show Special Characters in VLAN or MLT Names

About this task

To enable RESTCONF, VLAN and MLT names cannot contain special characters other than underscore (_) and en dash (-). Use this procedure to display VLAN or MLT names that contain prohibited special characters.

Procedure

  1. To enter User EXEC mode, log on to the switch.
  2. Show the RESTCONF VLAN or MLT names that contain prohibited special characters:

    show application restconf invalid-name vlan

    show application restconf invalid-name mlt

Example

Switch:1>show application restconf invalid-name mlt
-----------------------------------------------------------------------------------------
 Invalid MLT names - Only "-" and "_" special characters are allowed
-----------------------------------------------------------------------------------------
 Mlt 3 name has special characters - "gigi#g"
 Mlt 4 name has special characters - "my%mlt"
 Mlt 5 name has special characters - "isa.text"
-----------------------------------------------------------------------------------------
Total Invalid Names Count: 3

What to do next

If any of the names contain prohibited special characters, change the names to remove the special characters.