Routing

 View Only
last person joined: 22 hours 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.

route-map on reachability SRX-320

  • 1.  route-map on reachability SRX-320

    Posted 11-26-2021 11:33
    Hi, 
    I want to configure below Cisco script in a SRS320. 
    All help is highly appreciated. 


    !
    track 10 ip route 100.100.100.10 255.255.255.255 reachability
    !
    interface GigabitEthernet0/0/1.210
    description LOLC HQ LAN Interface
    encapsulation dot1Q 210
    ip address 10.0.0.252 255.255.255.0
    ip policy route-map SP-OUT
    !
    ip access-list extended Dialog-Side-Traffic
    deny ip any 10.100.125.0 0.0.0.255
    deny ip any 10.100.124.0 0.0.0.255
    permit ip host 172.16.1.27 any
    permit ip host 172.16.1.28 any
    permit ip host 172.16.1.29 any
    permit ip any any
    !
    route-map SP-OUT permit 10
    match ip address Dialog-Side-Traffic
    set ip next-hop verify-availability 100.100.100.1 10 track 10 
    !

    ------------------------------
    RAKSHITHA
    ------------------------------