0% found this document useful (0 votes)
22 views

R3

The document describes configurations made on three network devices - R3, AccessSW, and CoreSW - to establish VLANs, trunking, routing, and IP addressing. R3 is configured with two interfaces and RIP routing. AccessSW is configured as a VTP client in the "thai" domain and its ports are configured for access and trunking. CoreSW is configured as the VTP server, it defines VLANs 10 and 20, sets IP addresses on each VLAN interface, enables routing and trunking, and advertises VLAN networks in RIP.

Uploaded by

Thái Trần
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

R3

The document describes configurations made on three network devices - R3, AccessSW, and CoreSW - to establish VLANs, trunking, routing, and IP addressing. R3 is configured with two interfaces and RIP routing. AccessSW is configured as a VTP client in the "thai" domain and its ports are configured for access and trunking. CoreSW is configured as the VTP server, it defines VLANs 10 and 20, sets IP addresses on each VLAN interface, enables routing and trunking, and advertises VLAN networks in RIP.

Uploaded by

Thái Trần
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

R3(config)#int e0/0

R3(config-if)#ip add 192.168.3.2 255.255.255.0


R3(config-if)#no shut
R3(config-if)#exit
R3(config)#int e0/1
R3(config-if)#ip add 192.168.4.1 255.255.255.0
R3(config-if)#no shut
R3(config-if)#exit
R3(config)#router rip
R3(config-router)#network 192.168.4.0
R3(config-router)#network 192.168.3.0
R3(config-router)#exit

//////////////////
AccessSW(config)#vtp domain thai
Changing VTP domain name from NULL to thai
AccessSW(config)#vtp
AccessSW(config)#vtp password 123
Setting device VTP password to 123
AccessSW(config)#vtp mode client
Setting device to VTP Client mode for VLANS.
AccessSW(config)#int range e0/0-1
AccessSW(config-if-range)#sw trunk encapsulation dot1q
AccessSW(config-if-range)#sw mode trunk
AccessSW(config-if-range)#channel-group 1 mode active
Creating a port-channel interface Port-channel 1
AccessSW(config-if-range)#int Port-channel 1
AccessSW(config-if)#sw trunk encapsulation dot1q
AccessSW(config-if)#sw mode trunk
AccessSW(config-if)#exit
AccessSW(config)#int e0/2
AccessSW(config-if)#sw mode access
AccessSW(config-if)#sw ac
AccessSW(config-if)#sw access vlan 10
AccessSW(config-if)#int e0/3
AccessSW(config-if)#sw mode access
AccessSW(config-if)#sw access vlan 20
////////////////////////////////////////////////////////////////////////////
CoreSW(config)#vtp domain thai
Changing VTP domain name from NULL to thai
CoreSW(config)#vtp password 123
Setting device VTP password to 123
CoreSW(config)#vtp mode server
Device mode already VTP Server for VLANS.
CoreSW(config)#vlan 10
CoreSW(config-vlan)#vlan 20
CoreSW(config-vlan)#int vlan 10
CoreSW(config-if)#ip add 192.168.1.1 255.255.255.0
CoreSW(config-if)#no shut
CoreSW(config-if)#int vlan 20
CoreSW(config-if)#ip add 192.168.2.1 255.255.255.0
CoreSW(config-if)#no shut
CoreSW(config)#int range e0/0-1
CoreSW(config-if-range)#sw trunk encapsulation dot1q
CoreSW(config-if-range)#sw mode trunk
CoreSW(config-if-range)#channel-group 1 mode active
Creating a port-channel interface Port-channel 1
CoreSW(config-if-range)#int port-channel 1
CoreSW(config-if)#switchport trunk encapsulation dot
CoreSW(config-if)#switchport trunk encapsulation dot1q
CoreSW(config-if)#switchport mode trunk
CoreSW(config-if)#exit
CoreSW(config)#ip routing
CoreSW(config)#exit
CoreSW(config)#int e0/2
CoreSW(config-if)#sw trunk encapsulation dot1q
CoreSW(config-if)#sw mode trunk
CoreSW(config-if)# int e0/2
CoreSW(config-if)# no switchport
CoreSW(config-if)#ip add 192.168.3.1 255.255.255.0
CoreSW(config-if)#exit
CoreSW(config)#router rip
CoreSW(config-router)#network 192.168.3.0
CoreSW(config-router)#network 192.168.1.0
CoreSW(config-router)#network 192.168.2.0
CoreSW(config-router)#exit

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy