cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1160
Views
15
Helpful
2
Replies

Cisco Firepower FTD 4110 port-channel members

jmperlewitz
Level 1
Level 1

Is there a way via GUI or CLI to find with interfaces belong to a configured port-channel?  I can not find this information anywhere.  Thanks

1 Accepted Solution

Accepted Solutions

Francesco Molino
VIP Alumni
VIP Alumni
Hi
On FP4110, you can connect over GUI on Firepower chassis manager and you'll be able to look at the port-channel and its members.
From cli, on fxos, you need to go:
scope eth-uplinks
scope fabric a
scope port-channel X --> X corresponds to your PO id
show member-port

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

View solution in original post

2 Replies 2

Francesco Molino
VIP Alumni
VIP Alumni
Hi
On FP4110, you can connect over GUI on Firepower chassis manager and you'll be able to look at the port-channel and its members.
From cli, on fxos, you need to go:
scope eth-uplinks
scope fabric a
scope port-channel X --> X corresponds to your PO id
show member-port

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

harmesh88
Level 1
Level 1

Dear Team,

 

You can not configure port channel directly from FMC , IN 4K and 9K devices you should configure interface from FXOS chassis manager , You can open chassic manager GUI and edit interface as per your requirement 

 

Second option is to create ether channel from CLI

 

For that you can configure ether channel by below command

 

https://www.cisco.com/c/en/us/td/docs/security/firepower/fxos/CLI_Reference_Guide/b_FXOS_CLI_reference/b_CLI_reference_chapter_010000.html

firepower # scope eth-uplink
firepower /eth-uplink/fabric # scope fabric a
firepower /eth-uplink/fabric # create port-channel 4
firepower /eth-uplink/fabric/port-channel* # enable
firepower /eth-uplink/fabric/port-channel* # create member-port Ethernet1/1
firepower /eth-uplink/fabric/port-channel/member-port* # exit
firepower /eth-uplink/fabric/port-channel* # create member-port Ethernet1/2
firepower /eth-uplink/fabric/port-channel/member-port* # exit
firepower /eth-uplink/fabric/port-channel* # create member-port Ethernet1/3
firepower /eth-uplink/fabric/port-channel/member-port* # exit
firepower /eth-uplink/fabric/port-channel* # create member-port Ethernet1/4
firepower /eth-uplink/fabric/port-channel/member-port* # exit
firepower /eth-uplink/fabric/port-channel* # commit-buffer
firepower /eth-uplink/fabric/port-channel #

Review Cisco Networking for a $25 gift card