436 G8264 Application Guide for ENOS 8.45. Assign a VLAN to each IP interface.Now that the ports are separated into VLANs, the VLANs are assigned to theappropriate IP interface for each subnet. From Table 39 on page 434, the settingsare made as follows:6. Configure the default gateway to the routers’ addresses.The default gateway allows the switch to send outbound traffic to the router:7. Enable IP routing.8. Verify the configuration.Examine the resulting information. If any settings are incorrect, make theappropriate changes.RS G8264(config)# interface ip 1 (Select IP interface 1)RS G8264(config ip if)# ip address 205.21.17.3RS G8264(config ip if)# ip netmask 255.255.255.0RS G8264(config ip if)# vlan 1 (Add VLAN 1)RS G8264(config ip if)# enableRS G8264(config vlan)# exitRS G8264(config)# interface ip 2 (Select IP interface 2)RS G8264(config ip if)# ip address 100.20.10.1RS G8264(config ip if)# ip netmask 255.255.255.0RS G8264(config ip if)# vlan 2 (Add VLAN 2)RS G8264(config ip if)# enableRS G8264(config ip if)# exitRS G8264(config)# interface ip 3 (Select IP interface 3)RS G8264(config ip if)# ip address 131.15.15.1RS G8264(config ip if)# ip netmask 255.255.255.0RS G8264(config ip if)# vlan 3 (Add VLAN 3)RS G8264(config ip if)# enableRS G8264(config ip if)# exitRS G8264(config)# interface ip 4 (Select IP interface 4)RS G8264(config ip if)# ip address 206.30.15.1RS G8264(config ip if)# ip netmask 255.255.255.0RS G8264(config ip if)# vlan 4 (Add VLAN 4)RS G8264(config ip if)# enableRS G8264(config ip if)# exitRS G8264(config)# ip gateway 1 address 205.21.17.1RS G8264(config)# ip gateway 1 enableRS G8264(config)# ip routingRS G8264(config)# show vlanRS G8264(config)# show interface informationRS G8264(config)# show interface ip