[j-nsp] ISIS adjacency on the GigE interface

Johnny Kui jkui88 at yahoo.com
Mon Jun 13 10:36:16 EDT 2005


Hi,
 
I am having problem to establish ISIS L2 adjacency on the M10 GigE interface. But using the same configuration, I can set up L2 adjacency on the FastE interface. When turn on the traceoptions, I can only see the M10 sending out hello packets but not receiving any hello packets. Am I missing any configurations on the GigE interface?  The Juniper M10 is running version 6.2R1.5.
 
interfaces {
    ge-1/2/0 {
        enable;
        unit 0 {
            enable;
            family inet {
                address 124.123.122.2/30
            }
            family iso;
        }
    }
    lo0 {
        unit 0 {
            family inet {
                no -redirects;
                address 120.120.120.120/32
            }
            family iso {
                address 99.0001.1234.5678.1111.00;
            }
        }
    }
}
protocols {
    isis {
        no-ipv6-routing;
        level 1 disable;
        level 2 {
            no-hello-authentication;
            no-csnp-authentication;
            no-psnp-authentication;
        }
        interface all {
            level 1 disable;
        }
        interface fxp0.0 {
            disable;
        }
    }
}
 
The other end of the GigE connection has IP address 124.123.122.1/30. The loopback has IP address 20.20.20.20/32. The ISO address is 99.0001.1600.3333.4444.0, and is configured with L2 enabled.
 
Thanks,
John
 

		
---------------------------------
Discover Yahoo!
 Find restaurants, movies, travel & more fun for the weekend. Check it out!


More information about the juniper-nsp mailing list