[alcatel-nsp] ISIS external routes

Bryan deadheadblues at gmail.com
Sat Nov 6 22:03:53 EDT 2010


Hello,

I am redistributing routes into ISIS as follows, however they do not
show up as "external" routes. Any idea why?

R6--->R5

R6:

*A:r6>config>router# info
----------------------------------------------
#--------------------------------------------------
echo "IP Configuration"
#--------------------------------------------------
        interface "loop1"
            address 100.6.6.1/32
            loopback
        exit
        interface "loop2"
            address 100.6.6.2/32
            loopback
        exit
        interface "system"
            address 6.6.6.6/32
        exit
        interface "tor5"
            address 10.5.6.6/24
            port 1/1/1
        exit
#--------------------------------------------------
echo "ISIS (Inst: 2) Configuration"
#--------------------------------------------------
        isis 2
            level-capability level-1
            area-id 49.5678
            no authentication-check
            export "c2i"
            all-l1isis 01:00:00:55:55:55
            level 1
                wide-metrics-only
            exit
            interface "system"
            exit
            interface "tor5"
                hello-authentication-key
".C1Tp80nkJGSKaKFLTbXnr79N3s8jaqQ" hash2
                hello-authentication-type password
            exit
#--------------------------------------------------
echo "Policy Configuration"
#--------------------------------------------------
        policy-options
            begin
            prefix-list "loops"
                prefix 100.6.6.1/32 exact
                prefix 100.6.6.2/32 exact
            exit
            policy-statement "c2i"
                entry 10
                    from
                        protocol direct
                        prefix-list "loops"
                    exit
                    to
                        protocol isis instance 2
                    exit
                    action accept
                    exit
                exit
            exit
            commit
        exit
----------------------------------------------

R5 route table:

*A:r5>config>router# show router route-table

100.6.6.1/32                                  Remote  ISIS(2)  00h16m23s   15
       10.5.6.6                                                     10
100.6.6.2/32                                  Remote  ISIS(2)  00h15m52s   15
       10.5.6.6                                                     10

Thanks,


More information about the alcatel-nsp mailing list