How to Access a Remote Router Using a Jump Host
1. Login to router
2. Create access-list
- rtr1(config)# ip access-list extended VTY
2. Create access-list
- rtr1(config)# ip access-list extended VTY
permit ip host 10.0.0.1 any
deny ip any any log
host 10.0.0.1 will act as jumphost to connect to the router
Comments
Post a Comment