Summary Example - Juniper IGP - CONFIGURATION GUIDE V11.1.X Configuration Manual

Software for e series broadband services routers ip, ipv6, and igp configuration guide
Table of Contents

Advertisement

address-family
exit-address-family
ipv6 router isis

Summary Example

Use to configure IS-IS to exchange IPv6 addresses by creating the IPv6 address
family.
Use the unicast keyword to exchange unicast addresses. Use the multicast
keyword to exchange multicast addresses. Use the unicast and multicast
keywords together, or omit both of them to exchange both unicast and multicast
addresses.
Examples
host1(config)#address-family ipv6 unicast
Use the no version to disable the exchange of IPv6 addresses.
See address-family
Use to exit Address Family Configuration mode and access Router Configuration
mode.
Example
host1:vr1(config-router-af)#exit-address-family
There is no no version.
See exit-address-family
Use to configure an IS-IS routing process on an IPv6 interface.
Before the IS-IS router process is useful, you must assign a NET with the net
command, and enable some interfaces with IS-IS.
Use the tag parameter to specify a meaningful name for a routing process. It
must be unique among all IPv6 routing processes for a given router. If you choose
not to specify a tag name, a null tag is assumed, and the process is referenced
with a null tag. Use the same tag name for ipv6 router isis as you did for the
router isis command.
Example Enables ISIS for IPv6 on an interface.
host1(config-if)#ipv6 router isis bldg1
Use the no version to disable IS-IS on the interface.
See ipv6 router isis
host1(config)#license ipv6 license-value
host1(config)#interface loopback0
host1(config-if)#ip address 10.6.5.4/32
Enabling and Configuring IS-IS for IPv6 Routing
Chapter 6: Configuring IS-IS
345

Advertisement

Table of Contents
loading

Table of Contents