auto-loopback
To configure NOS adaptation layer (NAL) auto-loopback on the user plane of cloud native BNG, use the auto-loopback command in cnbng-nal configuration mode. To remove this configuration, use the no form of this command.
auto-loopback vrf { vrf-name | default } [ interface Loopback loopback-num ] [ primary-address ip-address ]
Syntax Description
vrf |
Configures the VRF for the NAL auto-loopback. |
vrf-name |
Specifies the name of the NAL auto-loopback VRF. |
default |
Configures the default NAL auto-loopback VRF. |
interface Loopback |
Configures the NAL auto-loopback interface. |
loopback-num |
Specifies the NAL auto-loopback interface number. |
primary-address |
Configures the primary IP address of the NAL auto-loopback. |
ip-address |
Specifies the primary IP address of the NAL auto-loopback. |
Command Default
None
Command Modes
cnbng-nal
Command History
Release | Modification |
---|---|
Release 7.3.1 |
This command was introduced. |
Usage Guidelines
No specific guidelines impact the use of this command.
Task ID
Task ID | Operation |
---|---|
config-services |
read, write |
Examples
This example shows how to configure NAL auto-loopback for a default VRF on the user plane of cloud native BNG:
Router(config)#cnbng-nal location 0/1/CPU0
Router(config-cnbng-nal)#auto-loopback vrf default interface Loopback1 primary-address 10.0.0.1
Router(config-cnbng-nal)#commit