Go to the VLAN and define the new ports for the vlan
def X (where x is the new port number)
/c/l2/vlan 4090
learn ena
def 18
Configure the port itself
pvid 4090
/c/port xx/fast
speed 100
mode full
auto off
setup server load balancing on the port by :
/c/slb/port xx
client ena
server ena
(Server if there moving servers behind this port, client if clients are going to come from it also.)
And turn filter processing on (even if there are no filters, it needs to be on for SLB)
/c/slb/port xx
filt ena
client ena
server ena
(Server if there moving servers behind this port, client if clients are going to come from it also.)
And turn filter processing on (even if there are no filters, it needs to be on for SLB)
/c/slb/port xx
filt ena
No comments:
Post a Comment