A.B.C.D
Use this command to configure an explicit IPv4 route sub-object as either loose or strict. A list of sub-objects specifies an explicit route to the egress router for an LSP.
• For the strict type of route addresses, the route taken from the previous router to the current router must be a directly connected path and a message exchanged between the two routers should not pass any intermediate routers. This ensures that routing is enforced on the basis of each link. For configuring path-option as “strict” path, we need to configure interface ip address (ip address of next-hop interface). strict with loopback ip shall not be configured.
• For the loose type of route addresses, the route taken form the previous router to the current router need not be a direct path and a message exchanged between the two routers can pass other routers.For configuring path-option as “loose” path, we can configure either loopback interface ip address or next-hop interface ip address. It will expand the explicit path accordingly since the next hop need not to be a connected one.
Use the no parameter with this command to disable the configuration.
Command Syntax
A.B.C.D
A.B.C.D (loose|strict)
no A.B.C.D
no A.B.C.D (loose|strict)
Parameters
loose
Make this node loose
strict
Make this node strict
Default
By default, A.B.C.D is disabled
Command Mode
Path mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#rsvp-path mypath
(config-path)#10.10.0.5 strict
Last modified date: 10/17/2023