C
C
csergey2014-10-20 13:25:36
Cisco
csergey, 2014-10-20 13:25:36

How to assign two IPs on one Cisco ASA interface?

There is a Cisco ASA 5512. There is a local interface with an IP address of 192.168.1.1, how to hang another IP on the same interface. (Another subnet 192.168.2.1) preferably in cisco asdm, but you can also

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Ars1s, 2014-10-22
@Ars1s

Yes, no problem ASA can do it

interface Ethernet0/1
 no nameif
 no security-level
 no ip address
no shut
!
interface Ethernet0/1.1
 vlan 10
 nameif inside
 security-level 100
 ip address 192.168.1.1 255.255.255.0
no shut
!
interface Ethernet0/1.2
 vlan 20
 nameif inside1
 security-level 90
 ip address 192.168.2.1 255.255.255.0
no shut

T
throughtheether, 2014-10-20
@throughtheether

how to hang another ip on the same interface
If I'm not mistaken, ASA does not support secondary ip, that is, in no way. On the other hand, almost certainly your problem (which, by the way?) can be solved in another way.

S
Sergey Petrikov, 2014-10-20
@RicoX

If sclerosis does not change me ASA does not know how. not a router (there is really a crutch www.ducea.com/2008/05/31/adding-a-secondary-ip-add... but no offense will be said if you want to use asdm you will not master it). In your case, you can expand the broadcast domain, give the mask /23, get a network of 512 addresses, which will include your 192.168.2.1.

D
dubidrubi, 2014-10-22
@dubidrubi

Ars1S is right. Below is a screenshot of similar settings in ASDM. You need to go to the Configuration > Device Setup > Interfaces menu and reset the required physical interface to default. Then click the Add > Interface... button Specify the physical interface, select vlan id and subinterface id, assign an ip address. Repeat for the second address.
95895061ff5a448cb19179ab6af755d2.jpg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question