need help w/ in-band management configuration for Brocade VDX 7640

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

mbze430

Member
Nov 1, 2019
46
2
8
I am struggling with configuring the VDX 7640 so that I don't have to plug an RJ45 cable into the management port, but instead be able to Telnet/SSH from anywhere to access the management console. Like some of the Cisco and Dell switches

I tried following this on Reddit, but didn't work for me.
https://www.reddit.com/r/Brocade/comments/jarrhh
# Create Vlan
interface Vlan 124
# Create Ve inside rbridge-1
rbridge-id 1
interface Ve 124
ip proxy-arp
ip address 192.168.1.1/24
no shutdown
# ADD VLAN 124 to a trunk port interface
TenGigabitEthernet 1/0/15
switchport
switchport mode trunk
switchport trunk allowed vlan add 124
switchport trunk tag native-vlan
spanning-tree shutdown
fabric isl enable
fabric trunk enable
no shutdown

Also tried to configure a vrf (mgmt-vrf)
Management VRF

if anyone can share some light as how to configure the management console be able to access it from anywhere, that'll be great.
 
Last edited: