Cisco Cisco Prime Network Services Controller Adaptor for DFA Leaflet

Page of 80
The following adds a host-facing tenant interface (Vlan).
switch #
configure terminal
switch (config)#
vlan 1001-1010
switch (config-vlan)#
mode fabricpath
switch (config-vlan)#
vn-segment
switch (config-vlan) #
interface Vlan1
switch (config-vlan-if) #
vrf VRF2
switch (config-vlan-if-vrf) #
ip address 1.1.1.4/24
switch (config-vlan-if-vrf) #
[ip pim sparse-model]
switch (config-vlan-if-vrf) #
fabric forwarding anycast-gateway-mac DEAD.0000.DEAF
switch (config-vlan-if-vrf) #
no shutdown
Removing HSRP Configuration on all Border Leafs
During the migration, some hosts start learning the anycast gateway MAC address and will start using it.
HSRP is required until the last leaf pair is upgraded to the DFA configuration.
HSRP/VRRP is required for VLANs where hosts are connected behind a Cisco Nexus 5000 Series switch
in the topology for those VLANs.
Note
You can remove the HSRP configuration on border leafs after you migrate all of the switches.
DETAILED STEPS
Purpose
Command or Action
Displays the interface for the VLAN.
switch # show running-config interface type-number
Step 1
Creates a VLAN interface and enters interface
configuration mode. The vlan-id range is from 1 to
4094.
switch (config) # interface vlan vlan-id
Step 2
Disables HSRP.
switch (config-if-hsrp) # no hsrp group-number
Step 3
Displays an interface type and number.
switch (config-if-hsrp) # show running-config interface
type-number
Step 4
This example shows how to disable the HSRP configuration on a border leaf:
switch #
show running-config interface vlan80
!Command: show running-config interface Vlan80
!Time: Thu Jan 30 05:00:58 2014
version 7.0(0)N1(1)
interface Vlan80
ip address 80.0.0.31/8
hsrp version 2
   Cisco Dynamic Fabric Automation Migration Guide
46
OL-31503-01   
Migration Configuration
Removing HSRP Configuration on all Border Leafs