Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Something like this for the switches:conf tint fa1/1switchport mode trunkint range fa1/2 - 24switchport mode accessswitchport access vlan 150Something like this on the router:conf tip route 0.0.0.0 0.0.0.0 !int fa0/2ip policy route-map voicetraffic!r...
You should use different vlans for data and voice. You can set the ports that link the switches and the router as trunk ports and the other ports on the switches should be access ports. You could create a default route on the router to go to your I...
You need to update the config-register. 0x2101 will boot into the first file found. 0x2102 will use the boot system command you have set.conf tconfig-register 0x2102endwrite memThat will update it to use your boot system command.