Inter VLAN routing on Layer3 switch
| conf t |
| enter into configuration mode |
| ip routing |
| enables IP routing on the Layer3 switch. On client side, the VLAN / segment specific default gateway has to be used and the Layer3 switch routes between VLAN-s. |
| end |
Assign IP address for a Layer3 switch interface
| conf t |
| enter into configuration mode |
| int fa0/1 |
| select interface and configure |
| no switchport |
| revoke switchport function |
| ip address 192.168.1.11 255.255.255.0 |
| setup IP address for the switch interface side. This IP address can be used for gateway from client PC side on this interface. |
| no shut |
| Switch side interface IP is up |
| end |