How to change the SSH port no in Cisco devices

How to change the SSH port no in Cisco devices

R-1#conf terminal

R-1(config)#ip ssh port 4401 rotary 1

R-1(config)#line vty 0 15

R-1(config-line)#rotary 1

R-1(config-line)#exit

R-1(config)#ip access-list extended SSH-PORT

R-1(config-ext-nacl)#permit tcp any any eq 4401

R-1(config-ext-nacl)#deny tcp any any eq 22

R-1(config-ext-nacl)#exit

R-1(config)#line vty 0 15

R-1(config-line)#access-class SSH-PORT in

R-1(config-line)#exit

R-1(config)#end

R-1#write memory


SSH to the Router using port no 4401
Here I got Access of the Router




ASAR MOHAMMAD

Network Engineer @Nipun Net Solutions Pvt Ltd| CCNA CCNP NSE PYTHON LINUX | Configuring Designing and Troubleshooting & managing Networks

1 年

t- LtNRs Thanks for resharing this brother

回复
ASAR MOHAMMAD

Network Engineer @Nipun Net Solutions Pvt Ltd| CCNA CCNP NSE PYTHON LINUX | Configuring Designing and Troubleshooting & managing Networks

1 年

Thanks Rohan Das for reporting this.

回复
ASAR MOHAMMAD

Network Engineer @Nipun Net Solutions Pvt Ltd| CCNA CCNP NSE PYTHON LINUX | Configuring Designing and Troubleshooting & managing Networks

1 年

Thaks @SAURAV for reporting my my article hope it will help to you and the community.

回复
Ashish Sharma

Account Management | Sales & Delivery - Cloud computing | Digital Transformation | Data Centre Transformation | Data & AI

1 年

Great work Rohith … thanks for sharing

ASAR MOHAMMAD

Network Engineer @Nipun Net Solutions Pvt Ltd| CCNA CCNP NSE PYTHON LINUX | Configuring Designing and Troubleshooting & managing Networks

1 年

Thank you so much @Rohith Reddy for reposting my article.

回复

要查看或添加评论,请登录

ASAR MOHAMMAD的更多文章

  • Cisco Layered Campus Network Design

    Cisco Layered Campus Network Design

    Greetings to all my wonderful LinkedIn Connections! In today's post, I will talk about the #Cisco #Campus #Network…

    4 条评论
  • Network Engineer (L2) Interview Questions

    Network Engineer (L2) Interview Questions

    Today Came across with a Wonderful Interview at Vareli Tecnac Pvt. Ltd.

    2 条评论
  • Control Plane Policing (CoPP)

    Control Plane Policing (CoPP)

    In this, we will see how we can do Control Plane Policing but first let's understand what is #Control Plane and…

  • Python Script to take the Backup of Multiple device in a Network

    Python Script to take the Backup of Multiple device in a Network

    Network Topology used for the LAB Here's the Output of the Program given below:- Output File Name Here's the backup of…

    1 条评论
  • IP SLA Configuration on Cisco Router with track object

    IP SLA Configuration on Cisco Router with track object

    In the above-given topology, we have a Server and a PC as end-points, and the layer 2 switches with the default…

    1 条评论
  • SWITCH PORT ANALYZER (SPAN)

    SWITCH PORT ANALYZER (SPAN)

    The main purpose of this SPAN technology is to see the traffic on the other port without connecting your PC to that…

    3 条评论
  • ***||Layman Switch Automation Script||***

    ***||Layman Switch Automation Script||***

    Switch used for Automation Output for the Above Python Script To see all the available VLANs on the switch I putted 1…

  • Network Virtualization

    Network Virtualization

    In today's fast-paced and constantly evolving business landscape, organizations need to be able to quickly adapt to…

  • Implementing the OSI Model in Legacy Networks: Challenges and Solutions

    Implementing the OSI Model in Legacy Networks: Challenges and Solutions

    The OSI (Open Systems Interconnection) model is a conceptual framework used to standardize communication between…

  • Network Virtualization

    Network Virtualization

    Network virtualization is a technology that allows multiple virtual networks to coexist on a single physical network…

社区洞察

其他会员也浏览了