03-16-2019 06:03 PM
interface vlan 1999
description "Server Switch Management"
exit
config t
rbridge 11
interface ve 1999
ip address 172.24.110.11/24
ip route 0.0.0.0/0 172.24.110.254
vcs virtual ip address 172.24.110.10/24 inband interface ve 1999
configure
interface port-channel 10
switchport
switchport mode trunk
switchport trunk allowed vlan add 1999
switchport trunk tag native-vlan
no shutdown
int te 11/0/1
channel-group 10 mode active type standard
lacp default-up
int te 12/0/1
channel-group 10 mode active type standard
lacp default-up
vrf forwarding mgmt-vrf
03-18-2019 09:07 PM
VDX1# show run rb 1 int ve 1000
rbridge-id 1
interface Ve 1000
ip proxy-arp
ip address 10.10.10.1/24
no shutdown
!
!
Static-Lab-SM08_VDX1# conf t
Entering configuration mode terminal
Static-Lab-SM08_VDX1(config)# rb 1
Static-Lab-SM08_VDX1(config-rbridge-id-1)# int ve 1000
Static-Lab-SM08_VDX1(config-rbridge-Ve-1000)# vrf forwarding mgmt-vrf
Static-Lab-SM08_VDX1(config-rbridge-Ve-1000)# end
Static-Lab-SM08_VDX1# show run rb 1 int ve 1000
rbridge-id 1
interface Ve 1000
vrf forwarding mgmt-vrf
no shutdown