Cisco ASR 9000 Series Configuration Manual page 95

Aggregation services router broadband network gateway
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Establishing Subscriber Sessions
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Step 2
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config)#
interface Bundle-Ether100.10
Step 3
arp learning disable
Example:
RP/0/RSP0/CPU0:router(config-if)# arp
learning disable
Step 4
ipv4 unnumbered interface-type
interface-instance
Example:
RP/0/RSP0/CPU0:router(config-if)# ipv4
unnumbered loopback 5
Step 5
ipv6 enable
Example:
RP/0/RSP0/CPU0:router(config-if)# ipv6
enable
Step 6
Use the commit or end command.
OL-28375-03
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide, Release
Purpose
Enters global configuration mode.
Enters interface configuration mode for the bundle-interface.
Disables arp learning for the access-interface.
Enables IPv4 processing on a unnumbered interface without assigning
an explicit IPv4 address to that interface. Instead, the IP address is
borrowed from the loopback interface. For the "ipv4 unnumbered"
command, you must specify another interface in the same router that has
been assigned an IP address and whose status is displayed as "up" for the
show interfaces command.
Enables IPv6 processing on an unnumbered interface that has not been
assigned an explicit IPv6 address.
This step not only enables IPv6 processing on the interface, but
Note
also assigns an IPv6 link-local unicast address to it.
commit—Saves the configuration changes and remains within the
configuration session.
end—Prompts user to take one of these actions:
• Yes— Saves configuration changes and exits the configuration
session.
• No—Exits the configuration session without committing the
configuration changes.
• Cancel—Remains in the configuration mode, without committing
the configuration changes.
Enabling IPv4 or IPv6 on an Access Interface
4.3.x
83

Advertisement

Table of Contents
loading

Table of Contents