[j-nsp] logical router commit error

R Che jlablab at yahoo.com
Fri Aug 27 15:13:35 EDT 2004


I got following commit error with my logical router configuration. However, if I changed to unit 0, then I got another error as unit 0 is used by main router already. Anyone has any ideas?

user at m5#commit
[edit logical-routers c2 interfaces ge-0/3/0]
  'unit 1'
    Only unit 0 is valid for this encapsulation
error: configuration check-out failed
 
config snippet as below:
version 6.3R1.3;
logical-routers {
    c2 {
        interfaces {
            ge-0/3/0 {
                unit 1 {
                    vlan-id 100;
                    family inet {
                        address 172.16.0.10/30;
                    }
                }
            }
        }
    }
}
interfaces {
    ge-0/1/0 {
        vlan-tagging;
        unit 0 {
            vlan-id 520;
            family inet {
                address 10.0.2.2/30;
            }
            family iso;
            family mpls;
        }
    }
}

 

		
---------------------------------
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!


More information about the juniper-nsp mailing list