01-05-2020 09:08 AM - edited 01-05-2020 09:11 AM
Hello everybody. Is subinterface security zone membership supported in Packet Tracer? The command to assign a subinterface to a zone is not recognized:
Router(config)#zone security HOME Router(config-sec-zone)#exit Router(config)#int f0/0.1 Router(config-subif)#zone-member security HOME ^ % Invalid input detected at '^' marker.
However, assigning a physical interface to a zone works fine:
Router(config)#int f0/0 Router(config-if)#zone-member security HOME Router(config-if)#
I'm using Packet Tracer 7.3.0.0838 with the 2811 router. My real 1941ISR accepts putting a subinterface on a zone fine. (1941ISR does not support ZBFW in Packet Tracer).