cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
680
Views
0
Helpful
0
Replies

Configuring Vlans and BPDU

Sanjay916
Level 1
Level 1

Hello, I am having trouble solving this network. How do I configure these requirements so that my network have full connectivity. 

 

  • Configure all redundant links between Switch0 and Switch1 as an etherchannel
  • Configure all Trunks to allow only Vlan traffic for the vlans in the topology
  • Configure NAT ON INTERNET SWITCH
  • Put all unused switchports into vlan 99
  • Configure BPDU guard and Portfast on all switchports not connected to other switches or routers.
  • Configure Switch 0 as the VTP Server
    VTP Domain = ndd43002

  • Configure DHCP on Router0

I also included a config script of what i configure so far and also a screenshot of the topology. Please and Thank you.

 

INTERNET CONFIG

interface gig1/0/1
switchport access
ip address 18.0.0.2 255.255.255.252
no shutdown

 

Router0 config

interface gig0/1
ip address 18.0.0.3 255.255.255.252
no shutdown

interface gig0/0
no shutdown

 

ip dhcp pool vlan5
network 172.16.02.32 255.255.255.224
default-router 172.16.02.62
ip dhcp pool vlan10
network 172.16.02.64 255.255.255.224
default-router 172.16.02.94
ip dhcp pool vlan15
network 192.168.02.32 255.255.255.224
default-router 192.168.02.64
ip dhcp pool vlan20
network 192.168.02.64 255.255.255.224
default-router 192.168.02.94

 


SWITH0 CONFIG


vlan 5
vlan 10
vlan 15
vlan 20

 

interface gig0/1
switchport mode trunk
switchport trunk allow vlan 5-20

 

vtp mode server
vtp domain NDD4302
vtp password NDDpassword


spanning-tree vlan 5 root primary


interface fa0/1
switchport mode access
switchport access vlan 5
interface fa0/2
switchport mode access
switchport access vlan 10
interface fa0/3
switchport mode access
switchport access vlan 15
interface fa0/4
switchport mode access
switchport access vlan 20

 

SWITCH1 CONFIG


vlan 15
vlan 20


interface fa0/1
switchport mode access
switchport access vlan 15
interface fa0/2
switchport mode access
switchport access vlan 20

interface fa0/3
switchport mode access
interface fa0/4
switchport mode access
interface fa0/5
switchport mode access

0 Replies 0