cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
403
Views
0
Helpful
1
Replies

IS-IS on IOS-XRv

meritcisco
Level 1
Level 1

I apologize as I am still trying to learn routing policies for Cisco. Does ISIS need a routing policy to accept routes from neighbors? Maybe I am thinking it is similar to JunOS. I am able to form an adj. between my iOS-XRv VM and my physical router. My physical router receives a route from the VM, however the VM does not receive any routes. If this is a route policy issue please advice.

 

PE-R1Cisco_2811#sh ip route isis
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is not set

3.0.0.0/32 is subnetted, 2 subnets
i L2 3.47.1.1 [115/20] via 10.254.255.66, 01:09:28, Vlan88

 

PE-R1Cisco_2811#sh clns interface loop0
Loopback0 is up, line protocol is up
Checksums enabled, MTU 1514, Encapsulation LOOPBACK
ERPDUs enabled, min. interval 10 msec.
RDPDUs enabled, min. interval 100 msec., Addr Mask enabled
Congestion Experienced bit set at 4 packets
CLNS fast switching disabled
CLNS SSE switching disabled
DEC compatibility mode OFF for this interface
Next ESH/ISH in 14 seconds
Routing Protocol: IS-IS
Circuit Type: level-2
Interface number 0x0, local circuit ID 0x100
Level-2 Metric: 10, Priority: 64, Circuit ID: PE-R1Cisco_281.00
Level-2 IPv6 Metric: 10
Number of active level-2 adjacencies: 0
Next IS-IS Hello in 8 seconds
if state DOWN

 


RP/0/0/CPU0:P-XRv-R01#show route
Mon Jul 9 12:03:22.114 EST

Codes: C - connected, S - static, R - RIP, B - BGP, (>) - Diversion path
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - ISIS, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, su - IS-IS summary null, * - candidate default
U - per-user static route, o - ODR, L - local, G - DAGR, l - LISP
A - access/subscriber, a - Application route
M - mobile route, r - RPL, (!) - FRR Backup path

Gateway of last resort is 192.168.0.1 to network 0.0.0.0

S* 0.0.0.0/0 [1/0] via 192.168.0.1, 01:47:43
L 3.47.1.1/32 is directly connected, 01:47:44, Loopback0
C 10.254.255.64/26 is directly connected, 01:47:43, GigabitEthernet0/0/0/1
L 10.254.255.66/32 is directly connected, 01:47:43, GigabitEthernet0/0/0/1
C 192.168.0.0/24 is directly connected, 01:47:43, GigabitEthernet0/0/0/2
L 192.168.0.40/32 is directly connected, 01:47:43, GigabitEthernet0/0/0/2

 

rp rpl
RP/0/0/CPU0:P-XRv-R01#sh run rpl
Mon Jul 9 12:05:34.570 EST
route-policy ISIS
if route-type is level-2 then
apply ALLtoALL
endif
end-policy
!
route-policy ALLtoALL
pass
end-policy
!

1 Reply 1

meritcisco
Level 1
Level 1
my debug has led me to authentication being the issue. I guess my question is what would be the equivalent of this IOS config in IOSXR

router isis
mpls ldp autoconfig level-2
net 49.0200.2811.2811.1111.1111.00
area-password .
authentication mode md5 level-2

router isis 1
is-type level-2-only
net 49.0200.1111.1111.1111.1111.00
lsp-password hmac-md5 encrypted 047828283F127C
address-family ipv4 unicast
mpls ldp auto-config
!
interface Loopback0
passive
address-family ipv4 unicast
!
!
interface GigabitEthernet0/0/0/1
circuit-type level-2-only
address-family ipv4 unicast
!
!
!
mpls ldp
router-id 3.47.1.1
interface GigabitEthernet0/0/0/1
address-family ipv4
!
!
!
end