Routing

last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Do you think "show ethernet-switching table" can work in MX960?

    Posted 03-07-2017 11:43

    Hi 

    Command "show ethernet-switching table" cannot work in MX960. Do you think so? if not, do we have other command for it?

    Thank you

     



  • 2.  RE: Do you think "show ethernet-switching table" can work in MX960?
    Best Answer

     
    Posted 03-07-2017 13:45

    Hello, 

     

    the command "show ethernet-switching table" is mainly used on Juniper Switching platforms (EX , QFX series) ,  MX is routing platform, but still can support switching by using bridge domain feature, in this case,  you can use the below command to check the mac table along with optional parameters listed below:

     

    show bridge mac-table ?
    Possible completions:
    <[Enter]> Execute this command
    <address> MAC address
    bridge-domain Name of bridging domain, or 'all'
    brief Display brief output
    count Display count only
    detail Display detailed output
    extensive Display extensive output
    instance Display information for a specified instance
    interface Display MAC table for a specified interface
    isid Display Information for specified ISID or all ISID(s) (256..16777215)
    logical-system Name of logical system, or 'all'
    vlan-id Display MAC address learned on a specified VLAN (0..4095)



  • 3.  RE: Do you think "show ethernet-switching table" can work in MX960?

    Posted 03-07-2017 13:55

    Thank you!