08-31-2007 11:05 AM - edited 03-11-2019 04:04 AM
I created a subinterface on a PIX-515E (7.2.2) but I cannot arping it unless I set the switch port to "switchport mode trunk".
But then the main interface on the PIX stops working, failover claims the status of the main interface is "unknown" and the firewall does not pass traffic.
Set the port back to "switchport mode access", the firewall starts working fine again, but the subinterface is not accessible anymore.
Any suggestions?
08-31-2007 12:32 PM
Port bydefault been in access mode, if you have configured it in TRUNK that need to give access command otherwise don't.
See in attachment how can you use the same command:
hostname(config-if)# interface ethernet 0/1
hostname(config-if)# switchport mode trunk
hostname(config-if)# switchport trunk allowed
Regards,
Dharmesh Purohit
08-31-2007 02:10 PM
It doesn't work.
BTW, switch is 2960
08-31-2007 03:01 PM
Configure these two commands on the 2960 switchport that connects to the PIX and try.
switchport trunk encapsulation dot1q
switchport mode trunk
HTH
Sundar
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