[j-nsp] logical router configuration

snort bsd snortbsd at yahoo.com.au
Tue Mar 1 17:30:06 EST 2005


Hi:

I configured isis on logical router lr1 and the same
configuration works fine on regular router but not on
logical router:

logical-routers {
    lr0 {
        interfaces {
            ge-1/2/0 {
                unit 0 {
                    description "inbound link";
                    family inet;
                }
            }
            ge-1/3/0 {
                unit 0 {
                    description "outbound link";
	        family inet;
                }
            }
        }
    }
    lr1 {
        interfaces {
            fe-0/0/0 {
                unit 0 {
                    vlan-id 100;
                    family inet {
                        address 192.168.1.1/24;
                    }
                    family iso;
                }
                unit 1 {
                    vlan-id 101;
                    family inet {
                        address 192.168.2.1/24;
                    }
                    family iso;
                }
                unit 2 {
                    vlan-id 102;
                    family inet {
                        address 192.168.3.1/24;
                    }
                    family iso;
                }
            }
            lo0 {
                unit 1 {
                    family inet {
                        address 192.168.15.1/32;
                    }
                    family iso {
                        address
49.0001.0911.1921.6801.5001.00;
                    }
                }
            }
        }
        protocols {
            isis {
                level 2 wide-metrics-only;
                level 1 disable;
                interface all;
                interface fxp0.0 {
                    disable;
                }
            }
        }
        routing-options {
            graceful-restart;
        }
    }








interfaces {
    fe-0/0/0 {
        vlan-tagging;
    }

what did I do wrong here?

TIA




		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250


More information about the juniper-nsp mailing list