Cisco Cisco Prime Network Services Controller Adaptor for DFA Merkblatt

Seite von 80
Purpose
Command or Action
Enters HSRP configuration mode and enables HSRP.
switch (config) # feature hsrp
Step 2
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 3
Disables the shutdown function on an instance of the BGP.
switch (config-if) # no shutdown
Step 4
Disables IP redirects.
switch (config-if) # no ip redirects
Step 5
Specifies a primary IP address for an interface.
switch (config-if) # ip address
ip-address-mask
Step 6
Configures an IPv6 address on an interface. The addr format is A:B::C:D/length.
The length range is 1 to 128.
switch (config-if) # ipv6 address
{addr | [eui64] [route-preference
Step 7
preference ] [secondary] [tag tag-id]
use-link-local-only }
The eui64 command configures the Extended Unique Identifier (EUI64) for the
low-order 64 bits of the address.
The route-preference command sets the route preference for local or direct
routes. Thepreference range is from 0 to 255.
The secondary command creates a secondary IPv6 address.
The tagtag command configures a route tag value for local or direct routes.
The use-link-local-only command specifies IPv6 on the interface using only a
single link-local.
Specifies the Open Shortest Path First (OSPF) instance and area for an interface.
The instance-tag is locally assigned and can be any word or positive integer; can
be a maximum of 20 alphanumeric characters.
switch (config-if) # ip router ospf
area 
instance-tag area area-id
[secondaries none]
Step 8
Specifics the MAC address of the server-facing ports across all leaf nodes. The
anycast gateway MAC address is used per interface; it is replicated across all the
switch (config-if) # fabric forwarding
anycast-gateway-mac 
mac-address
Step 9
switch virtual interfaces (SVI) that are supporting proxy gateway or anycast
gateway mode.
Configures the Hot Standby Redundancy Protocol (HSRP) version 2.
switch (config-if) # hrsp version 2
Step 10
Enters HSRP configuration mode and creates the number of HSRP groups that
can be configured on a Gigabit Ethernet port, including the main interfaces and
subinterfaces. The group-number range is from 1 to 255. The default value is 0.
switch (config-if-hsrp) # hsrp
group-number [ip4 ipv6]
Step 11
Configures a preemption delay.
switch (config-if-hsrp) # preempt
[delay {minimum min-delay reload
rel-delay sync sync-delay}]
Step 12
• If you opt to specify a delay minimum, this specifies the minimum number
of seconds that preemption is delayed to allow routing tables to be updated
before a router becomes active.
• If you opt to specify a delay reload , this specifies the time delay after the
router has reloaded. This period applies only to the first interface-up event
after the router had reloaded. The default value is 0.
• If you opt to specify a delay sync, this specifies the maximum number of
seconds to allow IP redundancy clients to prevent preemption. When this
   Cisco Dynamic Fabric Automation Migration Guide
34
OL-31503-01   
Migration Configuration
Updating SVI Configuration on Border Leaf Nodes