Tag Archives: switch

How to configure Cisco Devices to Use a Syslog Server

syslog is a client/server protocol standard uses for forwarding log messages in an IP network. It is typically used for computer system management and security auditing. Most Cisco devices can use the syslog protocol to manage system logs and alerts. … Continue reading

Posted in Networking | Tagged , , , , , , | Leave a comment

Used Cisco Reseller

When an electronic product is shipped back to the manufacturer from customer for a variety of reasons, normally it will be inspected refitted with different parts as necessary and restored to original specification. After that it maybe repackaged for resale. … Continue reading

Posted in Networking | Tagged , , , | Leave a comment

Default VLAN

The default VLAN on all switches is VLAN 1. By default, all ports in a Cisco switch belong to VLAN 1. With all ports in the same VLAN (in this case VLAN 1), all ports can communicate with each other … Continue reading

Posted in Networking | Tagged , , , , , | Leave a comment

How to limit access from network host to a Cisco device

Sometime you may like to limit only certain IP address to access your Cisco router / switch by using telnet. You may implement it by configuring the access list and apply it to the line vty 0 4 line.

Posted in Networking, Security | Tagged , , , , , , , | Leave a comment

How to encrypt Cisco Password

One of the way to secure a Cisco router / switch is to encrypt password in it. In order to encrypt passwords that are saved in the Cisco devices configuration file, you may use the “service password-encryption” global configuration command. … Continue reading

Posted in Networking, Security | Tagged , , , , | 1 Comment

Cisco Static Route

In my previous post on Static route configuration, I have touched on some basic of static route configuration. In this post, I will show you more details on how to configure static routing in Cisco devices. IP routing is enabled … Continue reading

Posted in Networking | Tagged , , , , , , , | Leave a comment