BryanP wrote:
How do I wipe out what I've done and create 3 vlans 1 vlan being the management vlan that has a IP attached to it?
set interfaces irb unit 100 description "management int" set interfaces irb unit 100 family inet address 10.0.0.1/24 set vlans management vlan-id 100 set vlans management l3-interface irb.100 set vlans data1 vlan-id 200 set vlans data2 vlan-id 300
BryanP wrote:
I'm not sure of the command to show the the config that while in the configure mode.
show