Step 1 | switch #
configure terminal
|
Enters global configuration mode.
|
Step 2 | switch (config)#
install feature-set fabricpath
|
Install FabricPath feature set on the switch.
|
Step 3 | switch (config) #
install feature-set fabric
|
|
Step 4 | feature-set fabricpath
|
|
Step 5 | switch (config) #feature-set fabric
|
|
Step 6 | switch (config)
#feature fabric
forwarding
|
Enables the Host Mobility
Manager (HMM) and release specific HMM configuration commands.
|
Step 7 | switch (config) #feature bgp
|
Enables the Border Gateway Protocol (BGP). You must enable the BGP
feature before you can configure BGP.
|
Step 8 | switch (config) #feature isis
|
Enables intermediate-system-to-intermediate-system (ISIS) for
FabricPath core.
|
Step 9 | switch (config) #
feature fabric multicast
|
Enables multicast feature.
|
Step 10 | switch (config) #feature
vn-segment-vlan-based
|
Enables virtual LAN (VLAN) based virtual network (VN) segment
feature on a device when used in global configuration mode. Can be enabled only
if the feature-set fabricpath is enabled on the device.
|
Step 11 | switch (config) #system fabric reserved-vlans
vlan-id range
|
Pre-allocates a range of regular Vlans to be used by the fabric.
|
Step 12 | switch (config )#system fabric core-vlans
vlan-id -subrange
|
Defines a range of Vlans from within the reserved-vlans to be used
as a fabric-control-vlan and tenant bridge-domain-vlans.
|
Step 13 | switch (config) #fabric forwarding identifier
id
|
Specifies a fabric forwarding identifier.
|
Step 14 | switch (config) #fabric forwarding
anycast-gateway-mac
mac-address
|
Specifies the MAC address of the server-facing ports across all
leaf nodes. The anycast gateway MAC address is used per interface, so it is
replicated across all the switch virtual interfaces (SVI) that are supporting
proxy gateway or anycast gateway.
|
Step 15 | switch (config) #fabric forwarding switch-role
[border] {leaf | spine}
|
Defines the switch role. Leaf adds tenant (vrf) functionality;
border leaf adds the ability to connect with routers.
|
Step 16 | switch (config) #fabricpath domain
default
|
Enters the global FabricPath Layer 2 ISIS configuration mode.
|
Step 17 | switch (config) #ip multicast
fabric-forwarding
|
Enables DFA multicast operation in passive mode. Enables PIM
passive mode over the fabric, as well as on the host-facing interfaces (without
the need for "ip pim sparse-mode" on a leaf. On a border leaf, PIM on the
host-facing interfaces is disabled by default.
|
Step 18 | switch (config) #vlan
fabric-control-vland-id
|
Specifies the VLAN IDs of the allowed FabrichPath VLANs in the
anycast bundle.
|
Step 19 | switch (config--vlan) #mode fabricpath
|
Enables the VLAN as a FabricPath VLAN.
|
Step 20 | switch (config) #interface Vlan
fabric-control-vlan-number
|
Creates the corresponding layer 3 Vlan interface.
|
Step 21 | switch (config-if) #no shutdown
|
Disables the shutdown function on an instance of the BGP.
|
Step 22 | switch (config-if) #ip address
ip-address-mask
|
Configures the IP address to be used as BGP endpoints.
|
Step 23 | switch (config-if) #fabric forwarding
control-segment
|
Specifies this interface to be the DFA control-segment. There must
only be one interface of this type.
|
Step 24 | switch (config) #route-map
map-tag
|
Specifies a route map by identifying route map name (map-tag).
Maximum size is 63 characters. This mame should be the same as when configuring
the BGP additional-paths.
|
Step 25 | switch (config-route-map) #set path-selection all
advertise
|
Sets path selection criteria for Border Gateway Protocol (BGP).
|
Step 26 | switch (config-s) #ip access-list
access-list-name
|
Defines an IP4 access list access control list (ACL) in order to
enable filtering for packets.
|
Step 27 | switch (config-s-acl)#permit ip
source destination
| Creates an access control list (ACL) rule that permits traffic
matching its conditions. The source destination identifies the source network
address and the destination network address.
|
Step 28 | switch (config) #ipv6 access-list
access-list-name
|
Creates an IPv6 access control list (ACL) or enters IP access list
configuration mode for a specific ACL.
|
Step 29 | switch (config-acl)
#sequence-numberpermit
protocol
|
Configures a permit rule in an IPv6 ACL.
|
Step 30 | switch (config) #route-map
map-tag [deny |
permit] [sequence-number]
|
Pre-defines a route-map for redistribution HMM host ruotes. Name
should be kept the same as in the BGP
redistribute-hmm route map command.
|
Step 31 | switch (config-route-map) #match interface
{interface-type number [,interface-type
number...]}
|
Matches an interface in a route map. Use match interface command
to provide a list of interfaces to match a route against. Route next-hop
addresses that are reached by one of these interfaces result in a match for the
route map.
|
Step 32 | switch (config) #route-map
map-tag [deny |
permit] [sequence-number]
|
Specifies a route map by identifying route map name (map-tag).
Maximum size is 63 characters.
|
Step 33 | switch (config-route-map) #match ip address
prefix-list name [prefix-list name..]
access-list-name
|
Distributes routes that have a destination IPv6 network number
address that is permitted by a standard access list, an expanded list, or a
prefix list, or to perform policy routing on packets.
|
Step 34 | switch (config) #route-map
map-tag [deny |
permit] [sequence-number]
|
Specifies a route map by identifying route map name (map-tag).
Maximum size is 63 characters.
|
Step 35 | switch (config-route-map) #match interface
{interface-type number[,interface-type
number...]}
|
Matches an interface in a route map. Use match interface command
to provide a list of interfaces to match a route against. Route next-hop
addresses that are reached by one of these interfaces result in a match for the
route map.
|
Step 36 | switch (config) #route-map
map-tag [deny |
permit] [sequence-number]
|
Specifies a route map by identifying route map name (map-tag).
Maximum size is 63 characters.
|
Step 37 | switch (config-route-map) #match ip address
prefix-list name [prefix-list name..]
access-list-name
|
Distributes routes that have a destination IPv6 network number
address that is permitted by a standard access list, an expanded list, or a
prefix list, or to perform policy routing on packets.
|
Step 38 | Device (config) #router bgp
as-number
|
Configures a Border Gateway Protocol process for an interface. The
as-number is the number of an autonomous system that identifies the router to
other BGP routers and tags that the routing information passed along. The AS
number can be a 16-bit integer or a 32-bit integer in the form of a higher
16-bit decimal number and a lower 16-bit decimal number in xx.xx format.
|
Step 39 | Device (config-router) #address-family ipv4
unicast
|
Enters the address family mode or a virtual routing and forwarding
(VRF) address-family mode and configures submode commands for the Border
Gateway Protocol (BGP).
|
Step 40 | Device (config-router-af) #redistribute hmm
route-map
map-name
|
Enables redistribution of IPv4 and IPv6 Host Mobility Manager
(HMM) routes through specific route maps.
|
Step 41 | switch (config-router-af) #maximum-paths [ibgp]
number-paths
|
Controls the maximum number of parallel routes that the Border
Gateway Protocol (BGP) can support.
|
Step 42 | switch (config-router-af) #additional-paths
receive
|
Configures the capability of receiving additional paths to and
from the BGP peers.
|
Step 43 | switch (config-router) #address-family ipv6
unicast
|
Enters the address family mode or a virtual routing and forwarding
(VRF) address-family mode and configure submode commands for the Border Gateway
Protocol (BGP).
|
Step 44 | switch (config-router-af) #redistribute hmm
route-map
map-name
|
Enables redistribution of IPv4 and IPv6 Host Mobility Manager
(HMM) routes through specific route maps.
|
Step 45 | switch (config-router-af) #maximum-path [ibgp]
number-paths
|
Controls the maximum number of parallel routes that the BGP can
support.
|
Step 46 | switch (config-router-af)
#additional-paths-receive
|
Configures the capability of receiving additional paths to and
from the BGP peers.
|
Step 47 | switch (config) #address-family vpnv4
unicast
|
Enters the address family mode or a virtual routing and forwarding
(VRF) address-family mode and configure submode commands for the Border Gateway
Protocol (BGP).
|
Step 48 | switch (config-router-af) #additional-paths
receive
|
Configures the capability of receiving additional paths to and
from the BGP peers.
|
Step 49 | switch (config-router) #address-family vpnv6
unicast
|
Enters the address family mode or a virtual routing and forwarding
(VRF) address-family mode and configure submode commands for the Border Gateway
Protocol (BGP).
|
Step 50 | switch (config-router-af) #additional-paths
receive
| Configures the capability of receiving additional paths to and
from the BGP peers.
|
Step 51 | switch (config-router) #neighbor
{ip-addr |ip-prefixlentgth} [remote-as
{as-num [,as-num] |route-map map
name}
| Configures a BGP neighbor (router, vrf) and enters neighbor
configuration mode.
|
Step 52 | switch (config-router-neighbor) #address-family ipv4
unicast
|
Enters the address family mode or a virtual routing and forwarding
(VRF) address-family mode to configure submode commands for the BGP.
|
Step 53 | switch (config-router-neighbor-af) #send community
text
|
Sends a message to the active user session. Text string can be up
to 80 alphanumeric characters and is case-sensitive.
|