Purpose
The purpose of this guide is to demonstrate how to enable Layer 3 routing
Configuration
Step 1
Enable IP Routing
- enable
- configure terminal
- ip routing
Step 2
Define the layer 2 VLAN
- vlan 999
- name testing
- exit
Step 3
Define the Layer 3 interface (Protocol Based VLAN)
- interface vlan 999
- ip address [x.x.x.x] [x.x.x.x]
- no shutdown
- exit
Comments
0 comments
Please sign in to leave a comment.