cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2870
Views
0
Helpful
5
Replies

Fabric Interconnect - cli

opnineopnine
Level 1
Level 1

hello,

I have 2 fabrics and i would like to know how I can configure a port via cli, change the state from down to up or add and IP.

Thanks.

2 Accepted Solutions

Accepted Solutions

Wes Austin
Cisco Employee
Cisco Employee

Hello,

Here is the CLI Config Guide for UCS:

http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/cli/config/guide/2-2/b_UCSM_CLI_Configuration_Guide_2_2/b_UCSM_CLI_Configuration_Guide_2_2_chapter_0110.html#concept_0249934662D1439AA5E926A503AC8B4B

HTH,

Wes

View solution in original post

#scope eth-server

#scope fabric a/b

#scope interface  1 31 (equivalent of eth 1/31, and note there is a space between 1 and 31)

#disable  (or enable)

#commit-buffer

If the port is part of a port channel then you will need to first scope into the port channel:

#scope port-channel 50

#enter member-port 1 17

FI-A /eth-uplink/fabric/port-channel/member-port # enable/disable

FI-A /eth-uplink/fabric/port-channel/member-port #commit-buffer

Thanks,

Kirk

View solution in original post

5 Replies 5

Wes Austin
Cisco Employee
Cisco Employee

Hello,

Here is the CLI Config Guide for UCS:

http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/cli/config/guide/2-2/b_UCSM_CLI_Configuration_Guide_2_2/b_UCSM_CLI_Configuration_Guide_2_2_chapter_0110.html#concept_0249934662D1439AA5E926A503AC8B4B

HTH,

Wes

Hello Wesley,

Thanks for the link, but what I cant find is how from the CLI I can shutdown or enable a interface.

Thanks. 

#scope eth-server

#scope fabric a/b

#scope interface  1 31 (equivalent of eth 1/31, and note there is a space between 1 and 31)

#disable  (or enable)

#commit-buffer

If the port is part of a port channel then you will need to first scope into the port channel:

#scope port-channel 50

#enter member-port 1 17

FI-A /eth-uplink/fabric/port-channel/member-port # enable/disable

FI-A /eth-uplink/fabric/port-channel/member-port #commit-buffer

Thanks,

Kirk

You can also use:

#scope eth-uplink

#scope fabric a|b

#scope port-channel X

HTH,

Wes

Thanks to both!!

Review Cisco Networking products for a $25 gift card