Configure VLANs on cisco 1710 Router
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2015 12:07 PM - edited 03-08-2019 02:21 AM
Hi all,
We have a 1710 router with 2 Ethernet ports (1 Ethernet and 1 FastEtherent) and we are configuring one or two vlans, and I am just unsure of myself of the proper configuration
1 - When the VLANs are configured do we need or have to have access list Entries, permitting traffic to flow through these VLANs? Does NAT have to be enabled and configured for VLANs?
2 – We are short of a Catalyst, or any other type of switch that has any VLAN functionality, so is there another way to test these VLANs maybe by plugging in a normal PC running Windows or Linux?
I have posted the output of show running-config, and show vlans.
"Router>show vlans
Virtual LAN ID: 1 (IEEE 802.1Q Encapsulation)
vLAN Trunk Interface: FastEthernet0
This is configured as native Vlan for the following interface(s) :
FastEthernet0
Protocols Configured: Address: Received: Transmitted:
IP 192.168.1.240 6959 1101
Virtual LAN ID: 10 (IEEE 802.1Q Encapsulation)
vLAN Trunk Interface: FastEthernet0.10
Protocols Configured: Address: Received: Transmitted:
IP 192.168.10.1 0 132
Virtual LAN ID: 20 (IEEE 802.1Q Encapsulation)
vLAN Trunk Interface: FastEthernet0.20
Protocols Configured: Address: Received: Transmitted:
IP 192.168.20.1 0 96
Router>"
"Router#show running-config
Building configuration...
Current configuration : 795 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 25
no aaa new-model
ip subnet-zero
!
!
!
ip cef
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
interface Ethernet0
no ip address
shutdown
half-duplex
!
interface FastEthernet0
ip address 192.168.1.240 255.255.255.0
speed auto
!
interface FastEthernet0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
no snmp trap link-status
!
interface FastEthernet0.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
no snmp trap link-status
!
ip classless
no ip http server
no ip http secure-server
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
end"
Thanks
Tom
- Labels:
-
Other Switching
