Hi,
You can use Cisco to Juniper CLI converter to convert the IOS config:
IOS-to-JUNOS (I2J) Conversion Tool - Tool Fact Sheet
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..]