P(config-if)# router ISIS 1 | Enters IS-IS router configuration mode for the IS-IS process ID 1 |
P(config-router)# metric-style wide | Configures the IS-IS metric style as wide. |
P(config-router)# mpls traffic-eng router-id 48.48.48.48 | Sets the MPLS Traffic Engineering router ID to 48.48.48.48. |
P(config-router)# mpls traffic-eng level-1 | Enables MPLS Traffic Engineering for IS-IS Level 1 |
P(config-router)# mpls traffic-eng level-2 | Enables MPLS Traffic Engineering for IS-IS Level 2. |
P(config-router)# capability cspf | Enables the Constraint-Based Shortest Path First (CSPF) capability. |
P(config-router)# dynamic-hostname | Allows dynamic hostname assignment. |
P(config-router)# bfd all-interfaces | Enables Bidirectional Forwarding Detection (BFD) on all interfaces. |
P(config-router)# net 49.0000.0000.0048.00 | Sets the IS-IS network entity title (NET) for the router. |
P(config-router)# passive-interface lo | Sets the loopback interface as a passive interface for IS-IS. |
P(config-router)# segment-routing entropy-label | Enables the capability for Segment Routing with entropy labels. |
P(config-router)# segment-routing mpls | Enables MPLS-based Segment Routing. |
P(config-router)#line console 0 | Enters console line configuration mode. |
P(config-line)# exec-timeout 0 0 | Configures the console timeout settings. |
P(config-line)#exit | Exits the configuration mode of a specific line. |
PE1(config-router)#router isis 1 | Enters the configuration mode for ISIS routing with process ID 1. |
PE1(config-router)# is-type level-1-2 | Configures the ISIS routing process as a level-1-2 router, supporting both Level 1 and Level 2 routing. |
PE1(config-router)# metric-style wide | Configures the metric style for ISIS as wide. |
PE1(config-router)# mpls traffic-eng router-id 45.45.45.45 | Sets the MPLS Traffic Engineering (MPLS TE) router ID to 45.45.45.45. |
PE1(config-router)# mpls traffic-eng level-1 | Enables MPLS TE for Level 1 ISIS. |
PE1(config-router)# mpls traffic-eng level-2 | Enables MPLS TE for Level 2 ISIS. |
PE1(config-router)# capability cspf | Enables the CSPF calculation capability. |
PE1(config-router)# dynamic-hostname | Enables dynamic hostname generation for ISIS. |
PE1(config-router)# bfd all-interfaces | Enables BFD on all interfaces. |
PE1(config-router)# net 49.0000.0000.0045.00 | Sets the NET for ISIS. |
PE1(config-router)# passive-interface lo | Configures the loopback interface as a passive interface in ISIS. |
PE1(config-router)# segment-routing entropy-label | Enables segment routing with entropy label support. |
PE1(config-router)# segment-routing mpls | Enables MPLS segment routing. |
PE1(config-router)#Exit | Exits the ISIS router configuration mode. |
PE2(config-router)#router isis 1 | Enters the configuration mode for ISIS routing with instance 1. |
PE2(config-router)# is-type level-1-2 | Sets the ISIS level to level-1-2. |
PE2(config-router)# metric-style wide | Configures the metric-style as wide for ISIS. |
PE2(config-router)# mpls traffic-eng router-id 22.22.22.22 | Sets the MPLS traffic engineering router ID to 22.22.22.22. |
PE2(config-router)# mpls traffic-eng level-1 | Enables MPLS traffic engineering for ISIS level 1. |
PE2(config-router)# mpls traffic-eng level-2 | Enables MPLS traffic engineering for ISIS level 2. |
PE2(config-router)# capability cspf | Enables the CSPF capability. |
PE2(config-router)# dynamic-hostname | Enables dynamic hostname updates for ISIS. |
PE2(config-router)# bfd all-interfaces | Enables BFD on all interfaces for faster link failure detection. |
PE2(config-router)# net 49.0000.0000.0022.00 | Sets the NET for ISIS. |
PE2(config-router)# passive-interface lo | Configures the loopback interface as a passive interface for ISIS. |
PE2(config-router)# segment-routing entropy-label | Enables the segment routing capability for entropy labels. |
PE2(config-router)# segment-routing mpls | Enables MPLS segment routing. |
PE2(config-router)#Exit | Exits the ISIS router configuration mode. |
P(config-if)# router ospf 1 | Enters OSPF router configuration mode for the OSPF process ID 1 |
P(config-router)# segment-routing entropy-label | Enables the capability for Segment Routing with entropy labels. |
P(config-router)# segment-routing mpls | Enables MPLS-based Segment Routing. |
PE1(config-router)#router ospf 1 | Enters the configuration mode for OSPF routing with process ID 1. |
PE1(config-router)# segment-routing mpls | Enables MPLS segment routing. |
PE1(config-router)# segment-routing entropy-label | Enables segment routing with entropy label support. |
PE2(config-router)#router ospf 1 | Enters the configuration mode for OSPF routing with instance 1. |
PE2(config-router)# segment-routing entropy-label | Enables the segment routing capability for entropy labels. |
PE2(config-router)# segment-routing mpls | Enables MPLS segment routing. |
enable | Enable Segment Routing entropy label in ISIS or OSPF instance |
---|---|
Disable | Disable Segment Routing entropy label in ISIS or OSPF instance |
Adj-SID | Adjacency Segment Identifier |
ECMP | Equal-Cost Multipath |
EL | Entropy Label |
ELI | Entropy Label Indicator |
ELC | Entropy Label Capability |
ERLD | Entropy Readable Label Depth |
FEC | Forwarding Equivalence Class |
ISIS | Intermediate System to Intermediate System |
LAG | Link Aggregation Group |
LSP | Label Switched Path |
LSR | Label Switching Router |
MPLS | Multiprotocol Label Switching |
MSD | Maximum SID Depth |
Node SID | Node Segment Identifier |
OAM | Operations, Administration, and Maintenance |
RLD | Readable Label Depth |
SID | Segment Identifier |
SPT | Shortest Path Tree |
SR | Segment Routing |
SRGB | Segment Routing Global Block |
VPN | Virtual Private Network |
Entropy Label | An additional label in the MPLS (Multiprotocol Label Switching) header used to enhance load balancing and path distribution in networks. |
Load Balancing | The practice of distributing network traffic across multiple paths or resources to prevent congestion and optimize network performance. |
Path Distribution | The process of selecting and directing traffic along various network paths, often to ensure efficient utilization and redundancy. |
Network Efficiency | The measure of how effectively a network utilizes its resources to deliver data, minimizing waste and maximizing performance. |
Multiprotocol Label Switching (MPLS) | A protocol used in telecommunications networks to efficiently direct data packets using labels, enhancing speed and performance. |
Label Switching | A mechanism for forwarding data packets based on labels, typically used in MPLS networks for efficient routing. |
Hashing Mechanism | A method for computing hash values, often used in load balancing to evenly distribute traffic across network resources. |
Hardware-Dependent | Referring to features or functionality that rely on specific hardware components or capabilities. |
Segment Routing | A networking technology that allows for the efficient routing of data packets by specifying the exact path they must follow. |