Vlan and tagging definitions, Miscellaneous, Saving the configuration – Brocade Virtual ADX Server Load Balancing Guide (Supporting ADX v03.1.00) User Manual

Page 363: Ipv6 configuration example

Advertising
background image

Brocade Virtual ADX Server Load Balancing Guide

347

53-1003247-01

VLAN and tagging definitions

8

VLAN and tagging definitions

Virtual ADX(config)#vlan 1 name DEFAULT-VLAN by port

Virtual ADX(config-vlan-1)#exit

Virtual ADX(config)#vlan 110 by port

Virtual ADX(config-vlan-10)#tagged ethe 1 to 2

Virtual ADX(config-vlan-10)#untagged ethe 3

Virtual ADX(config-vlan-10)#router-interface ve 10

Virtual ADX(config-vlan-10)#exit

Miscellaneous

Virtual ADX(config)#aaa authentication web-server default local

Virtual ADX(config)#no enable aaa console

Virtual ADX(config)#exit

Virtual ADX(config)#telnet server

Virtual ADX(config)#username admin password .....

Virtual ADX(config)#snmp-server

Saving the configuration

Virtual ADX(config)#write memory

The IPv6 and IPv4 service definitions can co-exist on the same system.You can define IPv4 VIPs
with IPv4 real servers and IPv6 VIPs with IPv6 real servers on the same system.

IPv6 configuration example

An example configuration and SLB session output is shown below.

Example Configuration

!

server source-nat

server source-nat-ip 2001:db8:2::20 120 :: port-range 1

!

server real rs1 2001:db8:2::4

port http

port http url “HEAD /”

!

server virtual vs1 2001:db8:1::10

port http

bind http rs1 http

!

interface ethernet 1

ipv6 address 2001:db8:1::1/120

!

interface ethernet 2

ipv6 address 2001:db8:2::1/120

Advertising