Options

JNCIE Chapter 2 Case Study

IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
Task is set up LSP form r3 to t7 and provide protection for LSP without using secondary LSP.

I followed the configs in the book. LSP doesn't come up if have 10.0.3.4 path configured for this LSP. It does come up if i remove the specific path. Here are my config..i can't really figure out why it's failing.
R3
oot@r3# show protocols
rsvp {
interface all;
interface t1-5/0/1.0 {
bandwidth 50m;
}
interface t1-5/0/0.0 {
bandwidth 20m;
}
}
mpls {
inactive: traceoptions {
file cspf;
flag cspf;
flag cspf-link;
flag cspf-node;
}
label-switched-path r3-r7 {
to 10.0.9.7;
fast-reroute;
primary r3-r7;
}
path r3-r7 {
10.0.3.4 loose;
}
interface all;
}
bgp {
advertise-inactive;
group int {
type internal;
local-address 10.0.3.3;
export nhs;
neighbor 10.0.6.1;
neighbor 10.0.6.2;
neighbor 10.0.3.4;
neighbor 10.0.3.5;
neighbor 10.0.9.6;
neighbor 10.0.9.7;
}
group ext {
import ebgp-in;
export ebgp-out;
neighbor 172.16.0.14 {
peer-as 65222;
}
}
}
ospf {
traffic-engineering;
area 0.0.0.1 {
stub default-metric 10;
interface ge-0/0/0.0;
interface ge-0/0/1.0;
interface ge-0/0/0.200;
}
area 0.0.0.0 {
interface t1-5/0/0.0;
interface t1-5/0/1.0;
}
area 0.0.0.2 {
nssa {
default-lsa default-metric 10;
}
interface ge-0/0/3.0;
interface ge-0/0/3.30;
}
}

R4
root@r4# show protocols
rsvp {
interface all;
interface t1-3/0/0.0 {
bandwidth 20m;
}
interface t1-3/0/1.0 {
bandwidth 20m;
}
}
mpls {
interface all;
}
bgp {
advertise-inactive;
group int {
type internal;
local-address 10.0.3.4;
export nhs;
neighbor 10.0.6.1;
neighbor 10.0.6.2;
neighbor 10.0.3.3;
neighbor 10.0.3.5;
neighbor 10.0.9.6;
neighbor 10.0.9.7;
}
group c1 {
type external;
export ebgp-out;
neighbor 172.16.0.6 {
peer-as 65010;
}
}
}
ospf {
traffic-engineering;
area 0.0.0.1 {
stub default-metric 10;
interface ge-0/0/1.0;
interface ge-0/0/2.0;
}
area 0.0.0.0 {
interface t1-3/0/0.0;
interface t1-3/0/1.0;
interface lo0.0;
}
area 0.0.0.2 {
nssa {
default-lsa default-metric 10;
}
interface ge-0/0/3.30;
}
}

R5

root@r5# show protocols
rsvp {
interface all;
interface t1-3/0/0.0 {
bandwidth 20m;
}
interface t1-3/0/1.0 {
bandwidth 20m;
}
}
mpls {
interface all;
}
bgp {
group int {
type internal;
local-address 10.0.3.5;
neighbor 10.0.6.1;
neighbor 10.0.6.2;
neighbor 10.0.3.3;
neighbor 10.0.3.4;
neighbor 10.0.9.6;
neighbor 10.0.9.7;
}
}
ospf {
traffic-engineering;
area 0.0.0.0 {
interface t1-3/0/0.0;
interface t1-3/0/1.0;
}
area 0.0.0.2 {
nssa {
default-lsa default-metric 10;
}
interface ge-0/0/0.0;
interface ge-0/0/1.0;
}
}

R6
rhiadmin@r6# show protocols
rsvp {
interface ge-0/0/0.30;
interface ge-1/3/0.0;
}
mpls {
label-switched-path r6-to-r1 {
to 10.0.6.1;
install 10.0.5.254/32;
no-cspf;
}
interface ge-0/0/0.30;
interface ge-1/3/0.0;
}
bgp {
group int {
type internal;
local-address 10.0.9.6;
export ibgp;
neighbor 10.0.6.1;
neighbor 10.0.6.2;
neighbor 10.0.3.3;
neighbor 10.0.3.4;
neighbor 10.0.3.5;
neighbor 10.0.9.7;
}
group c2 {
type external;
export ebgp-out;
neighbor 172.16.0.10 {
peer-as 65020;
}
}
}
isis {
export [ static ospf-isis ];
level 2 disable;
level 1 external-preference 149;
interface all;
}
ospf {
traffic-engineering;
export isis-ospf;
area 0.0.0.2 {
nssa;
interface ge-0/0/0.80 {
passive;
}
interface lo0.0;
interface ge-0/0/0.30;
interface ge-1/3/0.0;
}
}

[edit]
rhiadmin@r6#

R7
rhiadmin@r7# show protocols
rsvp {
interface ge-0/0/0.30;
interface ge-1/3/0.0;
}
mpls {
label-switched-path r7-to-r1 {
to 10.0.6.1;
install 10.0.5.254/32;
no-cspf;
}
label-switched-path r7-r3 {
to 10.0.3.3;
}
interface ge-0/0/0.30;
interface ge-1/3/0.0;
}
bgp {
group int {
type internal;
local-address 10.0.9.7;
export nhs;
neighbor 10.0.6.1;
neighbor 10.0.6.2;
neighbor 10.0.3.3;
neighbor 10.0.3.4;
neighbor 10.0.3.5;
neighbor 10.0.9.6;
}
group c1 {
type external;
export ebgp-out;
neighbor 172.16.0.2 {
peer-as 65010;
}
}
}
isis {
export ospf-isis;
level 2 disable;
level 1 external-preference 149;
interface ge-0/0/0.90;
interface lo0.0;
}
ospf {
traffic-engineering;
export isis-ospf;
area 0.0.0.2 {
nssa;
interface ge-0/0/0.90 {
passive;
}
interface ge-0/0/0.30;
interface ge-1/3/0.0;
interface lo0.0;
}
}

[edit]
rhiadmin@r7#

Thanks

Comments

  • Options
    hoogen82hoogen82 Member Posts: 272
    Any more debugs... mpls lsp extensive outputs? rsvp outputs
    IS-IS Sleeps.
    BGP peers are quiet.
    Something must be wrong.
  • Options
    IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
    run show mpls lsp extensive
    10.0.9.7
    From: 0.0.0.0, State: Dn, ActiveRoute: 0, LSPname: r3-r7
    ActivePath: (none)
    FastReroute desired
    LoadBalance: Random
    Encoding type: Packet, Switching type: Packet, GPID: IPv4
    Primary r3-r7 State: Dn
    SmartOptimizeTimer: 180
    Will be enqueued for recomputation in 20 second(s).
    1 Nov 11 07:44:05.424 CSPF failed: no route toward 10.0.9.7[129 times]
    Created: Thu Nov 11 06:41:33 2010
    Total 1 displayed, Up 0, Down 1

    [edit]
    root@r3# run show rsvp session extensive
    Ingress RSVP: 0 sessions
    Total 0 displayed, Up 0, Down 0

    Egress RSVP: 1 sessions

    10.0.3.3
    From: 10.0.9.7, LSPstate: Up, ActiveRoute: 0
    LSPname: r7-r3, LSPpath: Secondary
    Suggested label received: -, Suggested label sent: -
    Recovery label received: -, Recovery label sent: -
    Resv style: 1 FF, Label in: 3, Label out: -
    Time left: 155, Since: Tue Nov 9 15:06:27 2010
    Tspec: rate 0bps size 0bps peak Infbps m 20 M 1500
    Port number: sender 1 receiver 30006 protocol 0
    PATH rcvfrom: 10.0.2.13 (ge-0/0/3.30) 3264 pkts
    Adspec: received MTU 1500
    PATH sentto: localclient
    RESV rcvfrom: localclient
    Record route: 10.0.8.10 10.0.8.6 10.0.2.13 <self>
    Total 1 displayed, Up 1, Down
  • Options
    IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
    cspf traceoptions

    3:0)
    Nov 11 06:49:20.925309 link's interface switch capability descriptor #1
    Nov 11 06:49:20.925325 encoding: Packet, switching: Packet
    Nov 11 06:49:20.925338 link passes constraints
    Nov 11 06:49:20.925368 Link 10.0.4.13->0.0.0.0(0000.0000.0000.00/10.0.4.13, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.925441 Reverse Link for 10.0.4.13(10.0.3.3:0)->0.0.0.0(10.0.4.13:0) is 0.0.0.0(10.0.4.13:0)->0.0.0.0(10.0.3.3:0)
    Nov 11 06:49:20.925460 link's interface switch capability descriptor #1
    Nov 11 06:49:20.925475 encoding: Packet, switching: Packet
    Nov 11 06:49:20.925488 link passes constraints
    Nov 11 06:49:20.925519 Link 10.0.2.14->0.0.0.0(0000.0000.0000.00/10.0.2.13, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.925548 Reverse Link for 10.0.2.14(10.0.3.3:0)->0.0.0.0(10.0.2.13:0) is 0.0.0.0(10.0.2.13:0)->0.0.0.0(10.0.3.3:0)
    Nov 11 06:49:20.925565 link's interface switch capability descriptor #1
    Nov 11 06:49:20.925578 encoding: Packet, switching: Packet
    Nov 11 06:49:20.925590 link passes constraints
    Nov 11 06:49:20.925617 Link 10.0.2.2->10.0.2.1(0000.0000.0000.00/10.0.3.5, Link IDs 0->0) metric 65 color 0x00000000 bw 20Mbps
    Nov 11 06:49:20.925691 Reverse Link for 10.0.2.2(10.0.3.3:0)->10.0.2.1(10.0.3.5:0) is 10.0.2.1(10.0.3.5:0)->10.0.2.2(10.0.3.3:0)
    Nov 11 06:49:20.925714 link's interface switch capability descriptor #1
    Nov 11 06:49:20.925729 encoding: Packet, switching: Packet
    Nov 11 06:49:20.925741 link passes constraints
    Nov 11 06:49:20.925759 Node 0000.0000.0000.00 (10.0.4.1) metric 1, hops 0, avail 32000 32000 32000 32000
    Nov 11 06:49:20.925785 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.3.3, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.925802 skipped: end point already visited
    Nov 11 06:49:20.925825 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.6.2, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.925849 Reverse Link for 0.0.0.0(10.0.4.1:0)->0.0.0.0(10.0.6.2:0) not found
    Nov 11 06:49:20.925861 link is one-way
    Nov 11 06:49:20.925872 no constraints to check
    Nov 11 06:49:20.925887 Node 0000.0000.0000.00 (10.0.4.13) metric 1, hops 0, avail 32000 32000 32000 32000
    Nov 11 06:49:20.925958 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.3.3, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.925976 skipped: end point already visited
    Nov 11 06:49:20.925996 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.6.1, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.926016 Reverse Link for 0.0.0.0(10.0.4.13:0)->0.0.0.0(10.0.6.1:0) not found
    Nov 11 06:49:20.926031 link is one-way
    Nov 11 06:49:20.926041 no constraints to check
    Nov 11 06:49:20.926057 Node 0000.0000.0000.00 (10.0.2.13) metric 1, hops 0, avail 32000 32000 32000 32000
    Nov 11 06:49:20.926080 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.3.3, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.926097 skipped: end point already visited
    Nov 11 06:49:20.926118 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.9.6, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.926141 Reverse Link for 0.0.0.0(10.0.2.13:0)->0.0.0.0(10.0.9.6:0) is 10.0.2.13(10.0.9.6:0)->0.0.0.0(10.0.2.13:0)
    Nov 11 06:49:20.926204 no constraints to check
    Nov 11 06:49:20.926230 Node 0000.0000.0000.00 (10.0.9.6) metric 1, hops 1, avail 32000 32000 32000 32000
    Nov 11 06:49:20.926262 Link 10.0.2.13->0.0.0.0(0000.0000.0000.00/10.0.2.13, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.926281 skipped: end point already visited
    Nov 11 06:49:20.926305 Link 10.0.8.5->0.0.0.0(0000.0000.0000.00/10.0.8.5, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.926334 Reverse Link for 10.0.8.5(10.0.9.6:0)->0.0.0.0(10.0.8.5:0) is 0.0.0.0(10.0.8.5:0)->0.0.0.0(10.0.9.6:0)
    Nov 11 06:49:20.926353 link's interface switch capability descriptor #1
    Nov 11 06:49:20.926367 encoding: Packet, switching: Packet
    Nov 11 06:49:20.926382 Exact Reverse Link for 10.0.8.5(10.0.9.6:0)->0.0.0.0(10.0.8.5:0) not found
    Nov 11 06:49:20.926473 link passes constraints
    Nov 11 06:49:20.926507 Node 0000.0000.0000.00 (10.0.8.5) metric 2, hops 1, avail 32000 32000 32000 32000
    Nov 11 06:49:20.926536 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.9.6, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.926555 skipped: end point already visited
    Nov 11 06:49:20.926577 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.3.5, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.926605 Reverse Link for 0.0.0.0(10.0.8.5:0)->0.0.0.0(10.0.3.5:0) is 10.0.8.6(10.0.3.5:0)->0.0.0.0(10.0.8.5:0)
    Nov 11 06:49:20.926618 no constraints to check
    Nov 11 06:49:20.926635 metric: 2 vs 65; hops: 2 vs 1; avail: 32000 32000 32000 32000
    Nov 11 06:49:20.926653 Node 0000.0000.0000.00 (10.0.3.5) metric 2, hops 2, avail 32000 32000 32000 32000
    Nov 11 06:49:20.926733 Link 10.0.2.1->10.0.2.2(0000.0000.0000.00/10.0.3.3, Link IDs 0->0) metric 65 color 0x00000000 bw 20Mbps
    Nov 11 06:49:20.926757 skipped: end point already visited
    Nov 11 06:49:20.926784 Link 10.0.2.9->10.0.2.10(0000.0000.0000.00/10.0.3.4, Link IDs 0->0) metric 65 color 0x00000000 bw 20Mbps
    Nov 11 06:49:20.926813 Reverse Link for 10.0.2.9(10.0.3.5:0)->10.0.2.10(10.0.3.4:0) is 10.0.2.10(10.0.3.4:0)->10.0.2.9(10.0.3.5:0)
    Nov 11 06:49:20.926835 link's interface switch capability descriptor #1
    Nov 11 06:49:20.926849 encoding: Packet, switching: Packet
    Nov 11 06:49:20.926863 Exact Reverse Link for 10.0.2.9->10.0.2.10 is 10.0.2.10->10.0.2.9
    Nov 11 06:49:20.926875 link passes constraints
    Nov 11 06:49:20.926890 metric: 67 vs 65; hops: 3 vs 1; avail: 32000 32000 32000 32000
    Nov 11 06:49:20.926917 Link 10.0.8.6->0.0.0.0(0000.0000.0000.00/10.0.8.5, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.926980 skipped: end point already visited
    Nov 11 06:49:20.927014 Link 10.0.8.9->0.0.0.0(0000.0000.0000.00/10.0.8.10, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.927041 Reverse Link for 10.0.8.9(10.0.3.5:0)->0.0.0.0(10.0.8.10:0) is 0.0.0.0(10.0.8.10:0)->0.0.0.0(10.0.3.5:0)
    Nov 11 06:49:20.927059 link's interface switch capability descriptor #1
    Nov 11 06:49:20.927074 encoding: Packet, switching: Packet
    Nov 11 06:49:20.927089 Exact Reverse Link for 10.0.8.9(10.0.3.5:0)->0.0.0.0(10.0.8.10:0) not found
    Nov 11 06:49:20.927102 link passes constraints
    Nov 11 06:49:20.927123 Node 0000.0000.0000.00 (10.0.8.10) metric 3, hops 2, avail 32000 32000 32000 32000
    Nov 11 06:49:20.927146 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.9.7, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.927171 Reverse Link for 0.0.0.0(10.0.8.10:0)->0.0.0.0(10.0.9.7:0) is 10.0.8.10(10.0.9.7:0)->0.0.0.0(10.0.8.10:0)
    Nov 11 06:49:20.927233 no constraints to check
    Nov 11 06:49:20.927268 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.3.5, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.927285 skipped: end point already visited
    Nov 11 06:49:20.927302 Node 0000.0000.0000.00 (10.0.9.7) metric 3, hops 3, avail 32000 32000 32000 32000
    Nov 11 06:49:20.927334 Link 10.0.2.17->0.0.0.0(0000.0000.0000.00/10.0.2.17, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.927360 Reverse Link for 10.0.2.17(10.0.9.7:0)->0.0.0.0(10.0.2.17:0) is 0.0.0.0(10.0.2.17:0)->0.0.0.0(10.0.9.7:0)
    Nov 11 06:49:20.927378 link's interface switch capability descriptor #1
    Nov 11 06:49:20.927392 encoding: Packet, switching: Packet
    Nov 11 06:49:20.927403 link passes constraints
    Nov 11 06:49:20.927431 Link 10.0.8.10->0.0.0.0(0000.0000.0000.00/10.0.8.10, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.927494 skipped: end point already visited
    Nov 11 06:49:20.927519 Node 0000.0000.0000.00 (10.0.2.17) metric 4, hops 3, avail 32000 32000 32000 32000
    Nov 11 06:49:20.927544 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.3.4, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.927569 Reverse Link for 0.0.0.0(10.0.2.17:0)->0.0.0.0(10.0.3.4:0) is 10.0.2.18(10.0.3.4:0)->0.0.0.0(10.0.2.17:0)
    Nov 11 06:49:20.927583 no constraints to check
    Nov 11 06:49:20.927600 metric: 4 vs 65; hops: 4 vs 1; avail: 32000 32000 32000 32000
    Nov 11 06:49:20.927623 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.9.7, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.927639 skipped: end point already visited
    Nov 11 06:49:20.927657 Node 0000.0000.0000.00 (10.0.3.4) metric 4, hops 4, avail 32000 32000 32000 32000
    Nov 11 06:49:20.927674 CSPF Reached target
    Nov 11 06:49:20.927696 CSPF completed in 0s
    Nov 11 06:49:20.927778 Reverse Link for 0.0.0.0(10.0.2.17:0)->0.0.0.0(10.0.3.4:0) is 10.0.2.18(10.0.3.4:0)->0.0.0.0(10.0.2.17:0)
    Nov 11 06:49:20.927807 Reverse Link for 0.0.0.0(10.0.8.10:0)->0.0.0.0(10.0.9.7:0) is 10.0.8.10(10.0.9.7:0)->0.0.0.0(10.0.8.10:0)
    Nov 11 06:49:20.927833 Reverse Link for 0.0.0.0(10.0.8.5:0)->0.0.0.0(10.0.3.5:0) is 10.0.8.6(10.0.3.5:0)->0.0.0.0(10.0.8.5:0)
    Nov 11 06:49:20.927858 Reverse Link for 0.0.0.0(10.0.2.13:0)->0.0.0.0(10.0.9.6:0) is 10.0.2.13(10.0.9.6:0)->0.0.0.0(10.0.2.13:0)
    Nov 11 06:49:20.927881 CSPF ERO for r3-r7(primary r3-r7) (4 hops)
    Nov 11 06:49:20.927901 node 10.0.2.13/32
    Nov 11 06:49:20.927918 node 10.0.8.6/32
    Nov 11 06:49:20.927932 node 10.0.8.10/32
    Nov 11 06:49:20.927945 node 10.0.2.18/32
    Nov 11 06:49:20.927995 CSPF final destination 10.0.9.7
    Nov 11 06:49:20.928035 CSPF starting from 0000.0000.0000.00 (10.0.3.4) to 10.0.9.7, hoplimit 250
    Nov 11 06:49:20.928062 Node 0000.0000.0000.00 (10.0.3.4) metric 0, hops 0, avail 32000 32000 32000 32000
    Nov 11 06:49:20.928094 Link 10.0.2.6->10.0.2.5(0000.0000.0000.00/10.0.3.3, Link IDs 0->0) metric 65 color 0x00000000 bw 20Mbps
    Nov 11 06:49:20.928115 skipped: end point already visited in prio CSPF run
    Nov 11 06:49:20.928141 Link 10.0.4.9->0.0.0.0(0000.0000.0000.00/10.0.4.9, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.928167 Reverse Link for 10.0.4.9(10.0.3.4:0)->0.0.0.0(10.0.4.9:0) is 0.0.0.0(10.0.4.9:0)->0.0.0.0(10.0.3.4:0)
    Nov 11 06:49:20.928186 link's interface switch capability descriptor #1
    Nov 11 06:49:20.928199 encoding: Packet, switching: Packet
    Nov 11 06:49:20.928266 Exact Reverse Link for 10.0.4.9(10.0.3.4:0)->0.0.0.0(10.0.4.9:0) not found
    Nov 11 06:49:20.928297 link passes constraints
    Nov 11 06:49:20.928334 Link 10.0.4.17->0.0.0.0(0000.0000.0000.00/10.0.4.17, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.928364 Reverse Link for 10.0.4.17(10.0.3.4:0)->0.0.0.0(10.0.4.17:0) is 0.0.0.0(10.0.4.17:0)->0.0.0.0(10.0.3.4:0)
    Nov 11 06:49:20.928383 link's interface switch capability descriptor #1
    Nov 11 06:49:20.928396 encoding: Packet, switching: Packet
    Nov 11 06:49:20.928412 Exact Reverse Link for 10.0.4.17(10.0.3.4:0)->0.0.0.0(10.0.4.17:0) not found
    Nov 11 06:49:20.928424 link passes constraints
    Nov 11 06:49:20.928452 Link 10.0.2.18->0.0.0.0(0000.0000.0000.00/10.0.2.17, Link IDs 0->0) metric 1 color 0x00000000 bw 1000Mbps
    Nov 11 06:49:20.928521 Reverse Link for 10.0.2.18(10.0.3.4:0)->0.0.0.0(10.0.2.17:0) is 0.0.0.0(10.0.2.17:0)->0.0.0.0(10.0.3.4:0)
    Nov 11 06:49:20.928549 link's interface switch capability descriptor #1
    Nov 11 06:49:20.928565 encoding: Packet, switching: Packet
    Nov 11 06:49:20.928581 Exact Reverse Link for 10.0.2.18(10.0.3.4:0)->0.0.0.0(10.0.2.17:0) not found
    Nov 11 06:49:20.928594 link passes constraints
    Nov 11 06:49:20.928625 Link 10.0.2.10->10.0.2.9(0000.0000.0000.00/10.0.3.5, Link IDs 0->0) metric 65 color 0x00000000 bw 20Mbps
    Nov 11 06:49:20.928645 skipped: end point already visited in prio CSPF run
    Nov 11 06:49:20.928665 Node 0000.0000.0000.00 (10.0.4.9) metric 1, hops 0, avail 32000 32000 32000 32000
    Nov 11 06:49:20.928689 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.6.2, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.928711 Reverse Link for 0.0.0.0(10.0.4.9:0)->0.0.0.0(10.0.6.2:0) not found
    Nov 11 06:49:20.928724 link is one-way
    Nov 11 06:49:20.928787 no constraints to check
    Nov 11 06:49:20.928848 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.3.4, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.928870 skipped: end point already visited
    Nov 11 06:49:20.928890 Node 0000.0000.0000.00 (10.0.2.17) metric 1, hops 0, avail 32000 32000 32000 32000
    Nov 11 06:49:20.928912 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.3.4, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.928929 skipped: end point already visited
    Nov 11 06:49:20.928948 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.9.7, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.928963 skipped: end point already visited in prio CSPF run
    Nov 11 06:49:20.928981 Node 0000.0000.0000.00 (10.0.4.17) metric 1, hops 0, avail 32000 32000 32000 32000
    Nov 11 06:49:20.929051 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.6.1, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.929079 Reverse Link for 0.0.0.0(10.0.4.17:0)->0.0.0.0(10.0.6.1:0) not found
    Nov 11 06:49:20.929092 link is one-way
    Nov 11 06:49:20.929102 no constraints to check
    Nov 11 06:49:20.929119 Link 0.0.0.0->0.0.0.0(0000.0000.0000.00/10.0.3.4, Link IDs 0->0) metric 0 color 0x00000000 bw 0bps
    Nov 11 06:49:20.929134 skipped: end point already visited
    Nov 11 06:49:20.929155 CSPF completed in 0s
    Nov 11 06:49:20.929173 CSPF couldn't find a route to 10.0.9.7
    Nov 11 06:49:20.929205 CSPF for path r3-r7(primary r3-r7) done!
  • Options
    IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
    also what's the reason that loop backs are not advertised in OSPF?i don't see any other way to bring up iBGP
  • Options
    hoogen82hoogen82 Member Posts: 272
    How about adding no-cspf to your lsp statements.. I do think r3 and r7 maybe in different areas? There is some funky behavior on this one... for the question you ask regarding why it works if you remove the specific route...

    I do not understand your next question ... Loopbacks not advertised into ospf?
    IS-IS Sleeps.
    BGP peers are quiet.
    Something must be wrong.
  • Options
    IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
    hoogen82 wrote: »
    How about adding no-cspf to your lsp statements.. I do think r3 and r7 maybe in different areas? There is some funky behavior on this one... for the question you ask regarding why it works if you remove the specific route...

    I do not understand your next question ... Loopbacks not advertised into ospf?

    i misread the notes (under the ospf topology diagram in beginning of the case study) where it says loopbacks are not assigned to any specific area..

    i do know that loop backs are auto advertised

    i'll test the no-cspf..i think that'll work..
  • Options
    IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
    IOS2JUNOS wrote: »
    i misread the notes (under the ospf topology diagram in beginning of the case study) where it says loopbacks are not assigned to any specific area..

    i do know that loop backs are auto advertised

    i'll test the no-cspf..i think that'll work..

    yup works with no-cspf..
    root@r3# run show rsvp session
    Ingress RSVP: 1 sessions
    To From State Rt Style Labelin Labelout LSPname
    10.0.9.7 10.0.3.3 Up 9 1 FF - 100080 r3-r7
    Total 1 displayed, Up 1, Down 0


    also r3, r4, r5, r6, r7 all have interfaces in area 2
Sign In or Register to comment.