R Commands

redistribute filter route-map

To redistribute filter route-map information from another routing protocol, use the redistribute filter route-map command. To return to the default setting, use the no form of this command.

redistribute filter route-map route-map-name

no redistribute filter route-map route-map-name

Syntax Description

route-map-name

(Optional) Route map name. The name can be any case-sensitive, alphanumeric string up to 63 characters.

Command Default

None

Command Modes


OTV IS-IS VPN configuration mode

Command History

Release

Modification

5.0(3)

This command was introduced.

Usage Guidelines

The match mac-list and match vlan functionalities are used in Overlay Transport Virtualization (OTV).

This command requires a Transport Services license.

Examples

This example shows how to redistribute filter route map information from another routing protocol:

switch# configure terminal
switch(config)# otv-isis default
switch(config-router)# vpn name
switch(config-router-vrf)# redistribute filter route-map active
switch(config-router-vrf)#

Related Commands

Command

Description

show feature

Displays information about the features enabled on the device.

restart otv-isis

To restart the Overlay Transport Virtualization (OTV) Intermediate System-to-Intermediate System (ISIS) protocol, use the restart otv-isis command.

restart otv-isis [default]

Syntax Description

default

(Optional) Name of the IS-IS process.

Command Default

None

Command Modes


Global configuration mode

Command History

Release

Modification

5.0(3)

This command was introduced.

Usage Guidelines

This command requires a Transport Services license.

Examples

This example shows how to restart the OTV IS-IS process:

switch# configure terminal
switch(config)# restart otv-isis default
switch(config)# 

Related Commands

Command

Description

show feature

Displays information about the features enabled on the device.

show bfd neighbors

To display a line-by-line listing of existing Bidirectional Forwarding Detection (BFD) adjacencies, use the show bfd neighbors command.

show bfd neighbors

Syntax Description

This command has no arguments or keywords.

Command Default

None

Command Modes


Global configuration mode

Command History

Release

Modification

6.2(2)

This command was introduced.

Usage Guidelines

This command requires a Transport Services license.

Examples

This example shows how to display a line-by-line listing of existing BFD adjacencies:

switch# configure terminal
switch(config)# otv site-vlan 10
switch(config-site-vlan)# show bfd neighbors
switch(config-site-vlan)# 

This example shows how to configure fast failure detection in an OTV site VLAN. The output of the show commands displays that the BFD adjacency is “Up” between switches in the same site and the BFD configuration is applied on OTV switches in the same site:

switch# configure terminal
switch(config)# otv site-vlan vlan-id
switch(config)# otv isis bfd
switch(config)# show bfd neighbors
OurAddr NeighAddr LD/RD RH/RS Holdown(mult) State Int Vrf
172.1.1.1 172.1.1.2 1107296329/1107296399 Up 5462(3) Up Vlan2500 default
switch(config)# show otv isis site
OTV-ISIS site-information for: default
Level Metric CSNP Next CSNP Hello Multi Next IIH
1 16777214 10 Inactive 3 20 00:00:02
Level Adjs AdjsUp Pri Circuit ID Since
1 1 1 64 A11-E11.01 00:02:30
OTV-IS-IS site adjacency local database:
SystemID: 0024.986c.11c2, IS-Type: L1, Level Metric: 16777214
SNPA State Last Chg Next IIH Hold Interval Multi Fwd-state Site-ID
Version OurBFD NeighBFD
0024.f71e.9742 UP 00:02:30 00:00:02 00:01:02 00:02:30 20 DOWN 0000.0000.0001 3
ON ON
OTV-IS-IS Site Group Information (as in OTV SDB):
SystemID: 0024.986c.11c2, Interface: site-vlan, VLAN Id: 2500, VLAN: Up
Overlay State Next IIH Int Multi
Overlay2 Down 00:00:02 3 20
Overlay Active SG Last CSNP CSNP Int Next CSNP
Overlay2 224.1.1.2 ffff.ffff.ffff.ff-ff 16:59:59 Inactive
Neighbor SystemID: 0024.f71e.9742
IPv4 site groups: 224.1.1.2

Related Commands

Command

Description

show feature

Displays information about the features enabled on the device.