Switching

last person joined: yesterday 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  interface vlan down on VC

    Posted 10-03-2009 03:33

    Hi all,


    We have two 4200  switches in VC, the VC was managed via the vme interface, now we want to do in-band mangement via the interface vlan ADMIN (vlan-id 10). The problam is that the interface vlan.10 is  down while the vlan one is up, could you help :

    root@BW-01>show interfaces terse

    .............
    ge-0/0/1               up    up 
    ge-0/0/1.0             up    up   eth-switch
    ...............
    vlan                    up    up
    vlan.10                 up    down inet     192.168.101.13/24
    vme                     up    down
    vme.0                   up    down inet     192.168.100.12/24

    Interface and Vlans configuration:


    interfaces {
       ge-0/0/0 {
            unit 0 {
                family ethernet-switching {
            vlan {
                members ADMIN;
            }
            }
            }
        }
        ge-0/0/1 {
            unit 0 {
                family ethernet-switching {
            vlan {
                members ADMIN;
            }
            }
            }
        }
        ge-0/0/3 {
            unit 0 {
                family ethernet-switching {
            vlan {
                members ADMIN;
            }
            }
            }
        }

    ...........

       ge-1/0/0 {
            unit 0 {
                family ethernet-switching {
            vlan {
                members ADMIN;
            }
            }
            }
        }
        ge-1/0/1 {
            unit 0 {
                family ethernet-switching {
            vlan {
                members ADMIN;
            }
            }
            }
        }
        ge-1/0/3 {
            unit 0 {
                family ethernet-switching {
            vlan {
                members ADMIN;
            }
            }
            }
        }
    .............
        vlan {
            unit 10 {
     
                family inet {
     
                    address 192.168.101.13/24;
     
                }
     
            }
     
        }
     
        vme {
     
            unit 0 {
     
                family inet {
     
                    address 192.168.100.12/24;

                }

            }
     
        }
      
    }

    routing-options {

        static {
           route 0.0.0.0/0 next-hop 192.168.100.1;
         }
      }

    .......

    vlans {
        ADMIN {
            vlan-id 10;
        }
      }


    thank you,



  • 2.  RE: interface vlan down on VC
    Best Answer

    Posted 10-03-2009 10:24

    Hi,

     

    "set vlan ADMIN l3-interface vlan.10" should solve your problem.

     

    Kind Regards

    Michael Pergament

     

    If this worked for you please flag my post as an "Accepted Solution" so others can benefit. A kudo would be cool if you think I earned it.