Junos OS

last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  How to configure Cisco Access List into Juniper router

    Posted 03-23-2010 01:21

    Seek assistance, how to configure the highlighted fonts into Juniper router. 

     

    ##################################

     

    interface ATM1/0.9 point-to-point

     description Huawei 1984K

     ip vrf forwarding HUAWEI

     ip address 10.194.0.13 255.255.255.252

     ip access-group 102 in

     pvc HUAWEIJTB 100/143

      description Huawei 2M

      vbr-nrt 1984 1984 100

      encapsulation aal5snap

      service-policy input HUAWEI_IN

      service-policy output HUAWEI_OUT

      access-list 102 permit icmp host 10.194.0.14 host 220.232.29.225

      access-list 102 permit ip any any



  • 2.  RE: How to configure Cisco Access List into Juniper router

    Posted 03-23-2010 16:18

    1) Create a firewall filter:

     

     

    firewall {
        filter 102 {
            term TERM_NAME {
                from {
                    source-address {
                        10.194.0.14/32;
                    }
                    destination-address {
                        220.232.29.225/32;
                    }
                    protocol icmp;
                }
                then accept;
            }
        }
    }

     

    edit firewall filter 102 term 1

    set from protocol icmp

    set from source-address 10.194.0.14/32

    set from destination-address 220.232.29.225/32

    set then accept

    up

    edit firewall filter 102 term 2

    then accept

     

    2) Apply it:

     

    set interface atm-0/9 unit 9 family inet filter input 102

     

    This should do what you are doing below. I dont think it really makes sense, but it will get you started.

     



  • 3.  RE: How to configure Cisco Access List into Juniper router

    Posted 03-24-2010 01:16

    Use I2J. Its a translation tool that translates IOS configuration to JUNOS.

    https://i2j.juniper.net/release/index.jsp



  • 4.  RE: How to configure Cisco Access List into Juniper router

    Posted 01-03-2013 14:45

    You can test communication between Cisco and Juniper devices

    at this free online lab-

     

    http://www.sharontools.com/online-lab/