Change the default profile by creating vlan 150 and mapping to ge3 Physical interface

Log on to the controller in config mode and follow the procedure below:

rfs4000-6DB5D4(config-profile-default-rfs4000)# interface vlan 150
rfs4000-6DB5D4(config-profile-default-rfs4000-if-vlan150)# ip address 192.168.150.20/24
rfs4000-6DB5D4(config-profile-default-rfs4000-if-vlan150)# exit
rfs4000-6DB5D4(config-profile-default-rfs4000)# interface ge 3
rfs4000-6DB5D4(config-profile-default-rfs4000-if-ge3)# switchport access vlan 150
rfs4000-6DB5D4(config-profile-default-rfs4000-if-ge3)# commit write
[OK]
rfs4000-6DB5D4(config-profile-default-rfs4000-if-ge3)#show interface vlan 150
Interface vlan150 is UP
  Hardware-type: vlan, Mode: Layer 3, Address: 00-15-70-81-70-1D
  Index: 6, Metric: 1, MTU: 1500
  IP-Address: 192.168.150.20/24
    input packets 0, bytes 0, dropped 0, multicast packets 0
    input errors 0, length 0, overrun 0, CRC 0, frame 0, fifo 0, missed 0
    output packets 2, bytes 140, dropped 0
    output errors 0, aborted 0, carrier 0, fifo 0, heartbeat 0, window 0
    collisions 0
  IPv6 mode is disabled

rfs4000-6DB5D4(config-profile-default-rfs4000-if-ge3)#