N Commands
net (OTV)
To configure an Intermediate System-to-Intermediate System (IS-IS) network entity title (NET) for the routing process, use the net command. To return to the default setting, use the no form of this command.
net net
no net net
Syntax Description
|
net |
NET network services access point (NSAP) name or address for the IS-IS routing process. |
Command Default
Backplane MAC address
Command Modes
OTV IS-IS VPN configuration mode
Command History
|
Release |
Modification |
|---|---|
|
5.0(3) |
This command was introduced. |
Usage Guidelines
If you explicitly configure the NET on two different devices that belong to the same overlay, ensure that the area addresses match. If these addresses do not match, the adjacency does not come up.
This command requires a Transport Services license.
Examples
This example shows how to configure a router with a NET that consists of the system ID 0000.0c11.1111.00 and area address 47.0004.004d.0001:
switch# configure terminal switch(config)# otv-isis default switch(config-router)# vpn name switch(config-router-vrf)# net 47.0004.004d.0001.0001.0c11.1111.00 switch(config-router-vrf)#
Related Commands
|
Command |
Description |
|---|---|
|
feature OTV |
Enables OTV on this device. |
Feedback