conf t vlan 10 name AP vlan 66 name ISP conf t int ge 1 switchport mode access switchport access vlan 10 int ge 16 switchport mode access switchport access vlan 66 exit conf t int vlan 10 ip address 192.168.10.1 255.255.255.0 no shut conf t int vlan 66 ip address 192.168.1.254 255.255.255.0 no shut ip routing ip default-gateway 192.168.1.1 ---------------------------------------------------------- Or routing through Port 16 conf t int ge 16 no switchport mode ip address 192.168.1.254 255.255.255.0 no shut ip default-gateway 192.168.1.1