Routing

 View Only
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.

Need coach for Class based forwarding

  • 1.  Need coach for Class based forwarding

    Posted 05-11-2021 15:35
    I have the following configuration
    set class-of-service forwarding-policy next-hop-map cos-map forwarding-class expedited-forwarding next-hop ge-0/0/5.0
    set class-of-service forwarding-policy next-hop-map cos-map forwarding-class best-effort next-hop ge-0/0/6.0
    
    set policy-options policy-statement cos-policy term 1 from route-filter 192.168.100.0/24 exact
    set policy-options policy-statement cos-policy term 1 then cos-next-hop-map cos-map
    
    set routing-options forwarding-table export cos-policy
    
    ​

    But I do not see the forwarding table

    root@D7D8# run show route forwarding-table matching 192.168.100.0/24
    Routing table: default.inet
    Internet:
    
    Routing table: __master.anon__.inet
    Internet:
    
    [edit]
    

    I do see some entries in the sample which i am studying.
    what have I missed ?

    thanks in advance !!