ISIS routing introduced

ISIS routing introduced
AR1 and AR4 communication using OSPF, AR1 is a level-1 AR2 is level-1-2 AR3 is level 2-
experiment
AR4:
interface the GigabitEthernet0 / 0/0
IP address 255.255.255.0 10.0.14.1

interface LoopBack0
ip address 10.0.4.4 255.255.255.255

interface LoopBack1
ip address 20.0.4.4 255.255.255.255
在ospf配置
ospf 1
area 0.0.0.0
network 10.0.4.4 0.0.0.0
network 10.0.14.1 0.0.0.0
network 20.0.4.4 0.0.0.0

Arranged on AR1
interface the GigabitEthernet0 / 0/0
IP address 255.255.255.0 10.0.14.2
ISIS enable 10

interface GigabitEthernet0/0/1
ip address 10.0.12.1 255.255.255.0
isis enable 10

OSPF配置
ospf 1
import-route isis 10
area 0.0.0.0
network 10.0.14.2 0.0.0.0

Isis configuration
ISIS 10
IS Level-level-1
Network Entity-49.0001.0000.0000.0001.00
Import-level-1. 1 OSPF route
the route introduced why add level-1 as the default level-2 routing incorporated ISIS spread inside, AR1 not identify level-2, so as to change a level-1, can be introduced into

Arranged on AR2 of
interface the GigabitEthernet0 / 0/0

ip address 10.0.12.2 255.255.255.0
isis enable 10

interface GigabitEthernet0/0/1
ip address 10.0.23.1 255.255.255.0
isis enable 10

The ISIS
isis 10
Network-the Entity 49.0001.0000.0000.0002.00
Import-route isis level-2 INTO level-1
This command means that because the level-1-2 to establish and maintain neighbor relationship between the level-1 and level-2, but level 2-routing or introduced from the level-1-2 attached to the transfer, and then level-1-2 issued only a default route in the vertical level-1, so there is need to use *** route, the level- 2 on the exact route is introduced into the level-1, the entire network interworking

AR3:
Isis arranged
ISIS 20 is
IS level-2-Level
Network Entity-49.0002.0000.0000.0003.00
Import-route Direct: direct routes the level-2

Configuration Interface:
interface the GigabitEthernet0 / 0/0
IP address 255.255.255.0 10.0.23.2
ISIS enable 20 is

interface LoopBack0
ip address 10.0.3.3 255.255.255.255

Results:
With the whole network of routes on AR4, to be introduced by routing ***, AR4ping through AR3
whole network interworking

Guess you like

Origin blog.51cto.com/14481097/2426066