01-10-2019 09:22 AM - edited 03-03-2019 08:58 AM
I have been giving the task of moving are ASA into VLAN 995, change inside IP and Move all L3 sub-interfaces to a single, trunked L2 port-channel. All future L3 interfaces will be housed upon this new L2 port-channel. I have never done this and would like to know how do make these changes.
Any help out there
01-10-2019 02:42 PM - edited 01-10-2019 02:43 PM
Hello
@kjefferson1 wrote:
I have been giving the task of moving are ASA into VLAN 995, change inside IP
I think I understand this first part -
Create L3 vlan 995 interface on the L3 switch and then assign two access ports to vlan 995 in a port-channel and attach the two physical asa ports GigabitEthernet0/1-2 to them
On the asa you change portchannel 1 ip address to the same subnet as the newly created vlan 995
interface Port-channel1
description vPC to N3K-1 -> N3K-2 -->Inside
port-channel load-balance vlan-src-dst-ip
nameif inside
security-level 100
ip address 10.1.1.2 255.255.255.0 <---change to new ip address in vlan 995
dhcprelay information trusted
interface GigabitEthernet0/1
description TO->N3K-1-vPC
channel-group 1 mode active
interface GigabitEthernet0/2
description TO->N3K-2-vPC
channel-group 1 mode active
and Move all L3 sub-interfaces to a single, trunked L2 port-channel. All future L3 interfaces will be housed upon this new L2 port-channel. I have never done this and would like to know how do make these changes.
This i am not so sure about can you elaborate on what you trying to do?
01-11-2019 10:25 AM
Thanks for the info here a list of what i was trying to do
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide