2015/03/05

CISCO SG300 Port Channel 設定

CISCO SG300 要把幾個 port設成1個channel,然後接在server上。
設定channel時,要加到channel的port,要先設定vlan access,要先設成access到vlan1才行,如果先設成其他的vlan的話,在加到port channel時,會出現 port xx belongs to a vlan的訊息,所以怎麼加到port channel都不會成功。
設好vlan後,接著就繼續,把某個interface加到此port channel
int port-channel 5     ---假設是要加到channel 5
int gi xx
channel-group 5 mode auto   ------mode有auto或是on,看狀況而定
設完後,可以下 sh int port-channel 來看有沒有加成功。

如果要退出某個port channel,則是
int port-channel 5     ---假設是要加到channel 5
int gi xx
no channel-group 

沒有留言:

張貼留言