You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here expansion removes double quotes for hiii hello due to which it says as unknown command.
Basically i meant that expansion is not adding double quotes.
Example: Error :
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 de
"hiii hello"
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 description hiii hello
Correct way :
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 de
"hiii hello"
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 description "hiii hello"
The text was updated successfully, but these errors were encountered:
Here expansion removes double quotes for hiii hello due to which it says as unknown command.
Basically i meant that expansion is not adding double quotes.
Example:
Error :
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 de
"hiii hello"
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 description hiii hello
Correct way :
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 de
"hiii hello"
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 description "hiii hello"
The text was updated successfully, but these errors were encountered: