L
L
LeeGrand2020-11-10 04:20:32
Cisco
LeeGrand, 2020-11-10 04:20:32

How to make this circuit in Cisco?

5fa9eac1c53c1281666540.png
The corporate network consists of four networks:
network 1 - 11.0.0.0/8;
network 2 - 12.0.0.0/8;
network 3 - 13.0.0.0/8;
network 4 - 14.0.0.0/8.
Each network has a Web site installed on the server.
Assignment:
Computer comp2 can only access computers on its network and comp4.
Computer comp4 can only access computers on its network and comp2.
Computer comp8 can only access computers on its network and comp6.
Computer comp6 can only access computers on its network and comp8.
Computers comp1, comp3, comp5 and comp7 should open all sites on servers S1, S2, S3 and S4.

Help, be so kind!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
CiscoPacTr, 2020-12-18
@CiscoPacTr

Extended IP access list 110
10 permit ip host 12.0.0.4 host 11.0.0.4
20 permit ip host 12.0.0.5 host 11.0.0.2
30 permit ip host 13.0.0.5 host 11.0.0.2
40 permit ip host 14.0.0.5 host 11.0.0.2
50 permit ip host 12.0.0.2 host 11.0.0.5
60 permit ip host 13.0.0.2 host 11.0.0.5
70 permit ip host 14.0.0.2 host 11.0.0.5
80 deny ip any any
------------- ----------------
interface FastEthernet0/0
ip address 11.0.0.1 255.0.0.0
ip access-group 110 out
and further across all 4 networks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question