Compare cert salaries and plan your next career move
Danman32 wrote: Actually you want a separate subinterface on the router for each VLAN coming in from the trunk that you want the router to route. So, if your switch has 4 VLANs in it, and you have a VLAN trunk going to your router, you would need 4 subinterfaces on the router to address each VLAN. You specify on the subinterface the encapsulation type and VLAN identifier that the subinterface will use. The subinterface identifier doesn't have to match the VLAN identifier, but it's a good idea to corrolate them.
(config)#int fa0/0 (config-if)#no ip address (config-if)#int fa0/0.1 (config-if)#ip address 192.168.0.1 255.255.255.224 (config-if)#int fa0/0.2 (config-if)#ip address 192.168.0.33 255.255.255.224
agustinchernitsky wrote: if you are using fa0/0 for trunking on your router, you should do something like this:(config)#int fa0/0 (config-if)#no ip address (config-if)#int fa0/0.1 (config-if)#ip address 192.168.0.1 255.255.255.224 (config-if)#int fa0/0.2 (config-if)#ip address 192.168.0.33 255.255.255.224 Also you should configure which type of encapsulation you are using... dot1q or isl
Compare salaries for top cybersecurity certifications. Free download for TechExams community.