ASA与N6K对接

时间:2025-01-08 13:37:44

ASA5545配置
interface GigabitEthernet0/0
channel-group 10 mode active
no nameif
no security-level
no ip address

interface GigabitEthernet0/1
channel-group 10 mode active
no nameif
no security-level
no ip address

interface Port-channel10
speed 1000
lacp max-bundle 6
nameif inside
security-level 100
ip address 10.180.128.254 255.255.255.248

N6K-1配置
interface Ethernet1/40
description Link_to_ASA5545 g0/1
switchport access vlan 100
speed 1000
channel-group 100 mode active

interface port-channel100
description to ASA-inside
switchport access vlan 100
speed 1000
vpc 100

interface Vlan100
no shutdown
ip address 10.180.128.252/29
hsrp 100
preempt
priority 105
ip 10.180.128.253

N6K-2配置
interface Ethernet1/40
description Link_to_ASA5545 G0/0
switchport access vlan 100
speed 1000
channel-group 100 mode active

interface port-channel100
description to ASA-inside
switchport access vlan 100
speed 1000
vpc 100

interface Vlan100
no shutdown
ip address 10.180.128.251/29
hsrp 100
preempt
ip 10.180.128.253