cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
925
Views
5
Helpful
15
Replies

I need help please

11735576
Level 1
Level 1

-on switch 0 and switch 1 conf an etherchannel on int fa 0/1 and 0/2 only
2-switch 0 should be the stp root-bridge for vlan 2-5 and switch 1 6-10
3-switch 0 shutdown all unused ports
4-switch 1 all unassigned vlans should be in vlan 100 as a management vlan
5-create vlan 2 through 10 on switch 0
6-propagate the vlans to switch 4 only
7-vlan 3 not allowed to reach to switch 1 or switch 4
8-each pc number represent a vlan so configure all switchports
9-add security for pc5 and pc3 violation shutdown , pc2 and pc4 restricted
10-make sure bpdu guard and portfast are enabled whenerver necessary and run 802.1w
11-on fa0/2 configure the switchport and for your info laptop0 is on vlan 5
12-make sure vlan 2 is the native vlan
13-make sure pc2 and pc5 are recheable same to 4 and 5
14-use a static route on r-1 and r2 make sure all vlan's can reach the server
15-pc-4 should be allowed to access the web browser of the web server others are denied to reach the server
16-config r3,r4,r5,r10 as ospf do not advertise the wan network to ospf process r4 and r5 can't form neighbor relation
17-create router id 3.3.3.3,4.4.4.4and 5.5.5.5 respectively
18-on r4 conf a dhcp server to give out ip's from range 50 to 100
19-config on r4 and r5 hsrp make sure if link between r4and r10 goes down r5 will become the active router
20-config a default route on r10 to the internet
21-make sure the gateway of last resort is set on all routers using ospf statement
22-laptop1 can't access server 1
23- uve been given 69.50.12.1,69.50.12.2,69.50.12.3 as public ip addresses configure nat on r10 allowing only laptop2 and server 1 to access internet
24-config r2-r3-r6 as a framerelay point to multipoint r6 is the hub
25-on r2-r3-r6 configure eigrp AS 50 advertise only networks connected to the servers, all other interfaces should not send hello packets
26-make sure server 1 can reach server 2 and server 1 can access google.com
27-between r12 and r1 create a ppp advertise OSPFv3 make sure both laptops are reachable

15 Replies 15

Hi

 What did you do so far? share your project here and tell where you are stuck at and we can help you.

zip the file first

I finished first 3 
i’m trying to solve but not sure what I’m doing 

Unfortunatelly your assignment is huge and have a lot of concept.  I can not do it for you. One thing is help you but another thing is do it for you.

  If you need help with specifics you can ask but you need to get busy and try to do as much as you can.

Stuck at 6,7 and 16 17

Now we are talking!!

 

6-propagate the vlans to switch 4 only

I believe it is referring to VTP. . You could add switch switch 1 and switch 4 on the same vtp domain and put switch  1 as server and switch 4 as client.

On the switch 1 you do:

conf t

vtp domain mydomain

vtp mode server

 

On the switch 4

conf t

vtp domain mydomain

vtp mode client

 

You are going to see that all vlans will be installed on switch 4 automaticly

 


7-vlan 3 not allowed to reach to switch 1 or switch 4

On the port-channel between switch 0 and switch 1, you can run the following command

conf t

interface port-channel 1

switchport trunk allowed vlan remove 3

 

Make sure you do not create vlan 3 on the switch 1. If you did, remove it.

16-config r3,r4,r5,r10 as ospf do not advertise the wan network to ospf process r4 and r5 can't form neighbor relation

 R3:

router ospf 1

 network <interface Gi0/0 network>

R4:

router ospf 1

network <interface Gi0/0 network>

network <interface Gi0/1 network>

R5:

router ospf 1

network <interface Gi0/0 network>

 

R10:

router ospf 1

network <interface Gi0/0 network>

network <interface Gi0/1 network>

 
17-create router id 3.3.3.3,4.4.4.4and 5.5.5.5 respectively

R3:

router ospf 1

router-id 3.3.3.3

R4:

router ospf 1

router-id 4.4.4.4

R5:

router ospf 1

router-id 5.5.5.5

 

 

 

im also facing a problem with passing vlan 5 through the ip phone

should the port be trunk ? 

Phone you need to use voice vlan

interface x

 switchport voice vlan 5

how should the ips be distributed

 

If you assignment did not tell you how, feel free.

Keep in mind that each router interface must have a different network

sorry for asking a lot i thought im doing well but still stuck at 14 15

t wrote this 

Router(config)#interface GigabitEthernet0/0

Router(config-if)#ip address 192.168.100.1 255.255.255.0

Router(config-if)#ip address 192.168.100.1 255.255.255.0

Router(config-if)#

Router(config-if)#exit

still learning

 

OK.  Now you need to keep doing on others routers.

 Just keep in mind that the interface this router is connected need to use IP on the same network, ie:

p address 192.168.100.2 255.255.255.0

 

 

file not uploaded but these are my configs

Did you zipped the file?

 
Review Cisco Networking products for a $25 gift card