Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: Creating a VTY ACL

$
0
0

Hi,

 

You can use Cisco to Juniper CLI converter to convert the IOS config:

 

IOS-to-JUNOS (I2J) Conversion Tool - Tool Fact Sheet

 

IOS TO JUNOS TRANSLATOR

 

Below is your converted config in Junos:

 


system { login { class superuser { idle-timeout 10; } } services { telnet; } }interfaces { lo0 { unit 0 { family inet { filter { input 97-VTY; } } } } }firewall { family { inet { filter 97-VTY { term T1 { from { protocol tcp; destination-port [ telnet ssh ]; } then { discard; log; } } term T2 { then { accept; } } } } } }

 

[KUDOS PLEASE! If you think I earned it!

If this solution worked for you please flag my post as an "Accepted Solution" so others can benefit..]


Viewing all articles
Browse latest Browse all 10307

Trending Articles