Hi All,
Configuration is under the port-channel interface, i have configured VLAN sub-interfaces on the port-channel. But port-channel is not going up,
here's the config,
!
interface Ethernet0/0
channel-group 1 mode active
duplex full
no nameif
no security-level
no ip address
!
interface Ethernet0/1
channel-group 1 mode active
duplex full
no nameif
no security-level
no ip address
interface Port-channel1
duplex full
nameif inside
security-level 100
no ip address
!
interface Port-channel1.1
vlan 1
nameif inside-1
security-level 100
ip address 172.20.1.1 255.255.255.0
!
interface Port-channel1.2
vlan 2
nameif inside-2
security-level 100
ip address 172.20.2.1 255.255.255.0
!
interface status port-channel 1 down down
interface status port-channel 1.1 down down
interface status port-channel 1.2 down down