|
Question : CatOS question
|
|
Good Day,
This should be simple, but I'm not finding through a search.
We just upgraded to cisco 6509 with CatOS.
What are the CatOS commands equivalent to
config t
int fa 0/1
shutdown
Thanks
|
Answer : CatOS question
|
|
The command is 'set port disable [module #/port #]'. The interface keyword didn't start getting used for ports until the move to IOS-style commands. In CatOS, interface references management interfaces and the like. To turn a port back on it's just 'set port enable'. Hope that helps.
|
|
|
|