How To Configure a Vlan On a Cisco Router?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Log into the router using the CLI.
2. Create the VLAN. To do this, type in the following command: “vlan [enter VLAN ID] name [enter VLAN name]”.
3. Assign an IP address to the VLAN. To do this, type in the following command: “interface vlan [enter VLAN ID] ip address [enter IP address] [enter subnet mask]”.
4. Assign a VLAN to a switch port. To do this, type in the following command: “interface FastEthernet [enter port number] switchport mode access switchport access vlan [enter VLAN ID]”.
5. Enable the VLAN. To do this, type in the following command: “vlan [enter VLAN ID] state active”.
6. Save the configuration. To do this, type in the following command: “write memory”.