Ano-Tech Computers
Enter keyword:

Cisco, how to assign an alias IP address to an interface
Problem:
Most router and server platforms allow one or more "alias" IP addresses assigned to each physical interface. However the Cisco alias commands do not seem to make much sense.
 
Solution:
The IOS "alias" command is used for something else. Set up alias IP addresses like this:

interface ethernet 0
ip address 192.168.1.1 255.255.255.0
ip address 192.168.2.1 255.255.255.0 secondary
!

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles