OcNOS-RON : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv2 Commands : area interface te-metric
area interface te-metric
This command sets the traffic engineering (TE) metric for an interface.
The traffic engineering metric is used in OSPF-TE Link State Advertisements. If the traffic engineering metric is not set, the ip ospf cost value for an interface is used in OSPF-TE Link State Advertisements.
Use the no parameter with this command to set the traffic engineering metric to its default.
Command Syntax
area (A.B.C.D|<0-4294967295>) interface <IFNAME> te-metric <1-65535>
no area (A.B.C.D|<0-4294967295>) interface <IFNAME> te-metric <1-65535>
Parameters
A.B.C.D
OSPF area ID as an IPv4 address
<0-4294967295>
OSPF area ID as a decimal value
IFNAME
Specify the interface name
<1-65535>
Traffic engineering metric
Default
By default, the area interface cost value for an interface is used.
Command Mode
Router mode
Applicability
This command was introduced in OcNOS version 6.3.0.
Examples
#configure terminal
(config)#router ospf 100
(config-router)#area 1 interface xe1 te-metric 6
Last modified date: 08/28/2023