Displaying management port information – Brocade Virtual ADX Administration Guide (Supporting ADX v03.1.00) User Manual

Page 36

Advertising
background image

24

Brocade Virtual ADX Administration Guide

53-1003249-01

Using the management port

1

Client IP address/subnet

Protocol (TCP/UDP/IP) and

TCP or UDP port number

With this feature turned on, the specified traffic is directly forwarded to the management process.
In the following example, traffic from the source subnet 10.1.1.1 and destined to management IP
10.45.16.104 for TCP port 22 (SSH) is prioritized.

Virtual ADX(config)#server prioritize-mgmt-traffic 10.1.1.1 255.255.255.0

10.45.16.104 6 22

Syntax: server prioritize-mgmt-traffic source ip mask destination ip [protocol] [port]

The source ip variable specifies the source IP address.

The mask variable specifies the Mask for the source IP address.

The destination ip variable specifies the Destination management IP address. The destination IP
address must already be configured on the Brocade Virtual ADX. If the IP address is not configured,
the command is rejected.

The protocol variable specifies any protocol.

The port variable specifies a TCP or UDP port.

It is also possible to prioritize management traffic from any source IP as shown in the following
example.

Virtual ADX(config)#server prioritize-mgmt-traffic any 10.45.16.104 6 22

Syntax: [no] server prioritize-mgmt-traffic any destination ip [protocol] [port]

NOTE

The prioritizing management traffic feature should not be enabled for a Brocade Virtual ADX router
VE address if this interface is used for source NAT as that would break the SLB traffic flow.

Refer to the following examples.

Prioritization of TCP port 80 traffic to management IP 10.200.1.1

Virtual ADX#server prioritize-mgmt-traffic 10.1.1.1 255.255.255.0 10.200.1.1 6 80

Prioritization of TCP port 80 traffic to management IP 10.200.1.1 from any source IP address

Virtual ADX#server prioritize-mgmt-traffic any 10.200.1.1 6 80

Prioritization of UDP port 2222 traffic to management IP 10.200.1.1

Virtual ADX#server prioritize-mgmt-traffic 10.1.1.1 255.255.255.0 10.200.1.1 17

2222

Displaying management port information

You can obtain information about the management port using the following commands:

show ip route

show interfaces brief

show interfaces management 1

show statistics management 1

Advertising