Users Guide

Table Of Contents
Example - Anycast IP Gateway for VLANs in VLT topology
This section provides a sample anycast IP gateway configuration for VLANs in a VLT topology.
AG1 configuration
1. Configure a global anycast MAC address.
AG1# configure terminal
AG1(config)# ip virtual-router mac-address 00:00:5e:00:01:01
2. Configure a VLAN Interface with the anycast virtual address.
AG1(config)# interface vlan 3001
AG1(conf-if-vl-3001)# no shutdown
AG1(conf-if-vl-3001)# ip address 10.1.1.1/24
AG1(conf-if-vl-3001)# ip virtual-router address 10.1.1.5
AG1(conf-if-vl-3001)# ipv6 address 10:1:1::1/64
Layer 2
649