1056 IP Routing Commandsconsole(config-ip-acl)#permit ip 10.1.0.0 0.0.255.255 anyconsole(config-ip-acl)#exitconsole(config)#ip access-list R2console(config-ip-acl)#permit ip 10.2.0.0 0.0.255.255 anyconsole(config-ip-acl)#exitconsole(config)#route-map equal-access permit 10console(config-route-map)#match ip address R1console(config-route-map)#set ip default next-hop 192.168.6.6console(config-route-map)#exitconsole(config)#route-map equal-access permit 20console(config-route-map)#match ip address R2console(config-route-map)#set ip default next-hop 172.16.7.7console(config-route-map)#exitconsole(config)#interface vlan 11console(config-if-vlan11)#ip address 10.1.1.1 255.255.255.0console(config-if-vlan11)#ip policy route-map equal-accessconsole(config)#interface vlan 12console(config-if-vlan12)#ip address 10.1.1.1 255.255.255.0console(config-if-vlan12)#ip policy route-map equal-accessconsole(config)#interface vlan 13console(config-if-vlan13)#ip address 192.168.6.5 255.255.255.0console(config)#interface vlan 16console(config-if-vlan16)#ip address 172.16.7.6 255.255.255.0match lengthUse this command to configure packet length matching criteria for a routemap. Use the no form of this command to delete a match statement from aroute map.Syntaxmatch lengthmin maxno match length•min— Specifies the minimum Layer 3 length for the packet, inclusive, allowingfor a match.•max— Specifies the maximum Layer 3 length for the packet, inclusive, allowingfor a match.