Thursday, November 20, 2014

Brocade ICX6610: How To Put An IP Address On The Management Port

Sometimes I do put an ip address on the management interface of the ICX6610s.  Not always, but sometimes, depending on the environment and customer desires, I will do this.  Here is how you put a management IP address (using that management port by the console port):
6610(config)#interface management 1
6610(config-if-mgmt-1)#ip add 10.10.10.3 255.255.255.0
6610(config-if-mgmt-1)#enable
6610(config-if-mgmt-1)#exit
6610(config)#

In the 'show run', you will see the interface like this:
!
interface management 1
 ip address 10.10.10.3 255.255.255.0

No comments:

Post a Comment

Your comment will be reviewed for approval. Thank you for submitting your comments.