Routing

last person joined: 4 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.  error message after typing "commit check" in MX

    Posted 11-16-2016 16:47

    Hi After typing command "commit check" i got the below error message. and the bottom are its config. Anyone can explain it? Thank you

     

    AC0# commit check
    re0:
    [edit routing-instances WSN]
    'protocols'
    Protocol bgp not allowed under non-forwarding (0x8) instance WN
    error: configuration check-out failed

    {master}[edit]

     

    set routing-instances WN protocols bgp group VV6 type external
    set routing-instances WN protocols bgp group VV6 neighbor 2081:4828:f08f:482:f80:11:0:2 description "eBGP peer NY IPV6"
    set routing-instances WN protocols bgp group VV6 local-address 2081:4828:f08f:482:f80:11:0:1
    set routing-instances WN protocols bgp group VV6 import RG_IMPORT_POLICY_VCE_V6
    set routing-instances WN protocols bgp group VV6 family inet6 unicast
    set routing-instances WN protocols bgp group VV6 export RG_EXPORT_POLICY_VCE_V6
    set routing-instances WN protocols bgp group VV6 remove-private
    set routing-instances WN protocols bgp group VV6 peer-as 255
    set routing-instances WN interface ge-1/0/1.6



  • 2.  RE: error message after typing "commit check" in MX
    Best Answer

     
    Posted 11-16-2016 16:54

    Hi eesunj,

     

    Please try "instance-type virtual-router" instead of "instance-type forwarding" to be able to support routing protocols.

    Then the commit should work.



  • 3.  RE: error message after typing "commit check" in MX

    Posted 11-17-2016 00:55

    or instance-type vrf.