Cisco 877 Multiple VLANs

The below commands, creates a second vlan and assisgns fastethernet3 to it.

Login to the router.

Enable
Vlan database
Vlan 2 name DMZ
Exit

Conf t
Interface vlan2
description DMZ
ip address x.x.x.x 255.255.255.0

interface FastEthernet3
switchport access vlan 2
no shutdown

Leave a Reply

You must be logged in to post a comment.