Sunteți pe pagina 1din 8

NET MAP

IP ADDRESS TABLE

Device Interface IP Address Mask


Router1 S0 130.10.1.1 255.255.255.0
E0 131.10.1.1

Router2 S0 131.10.1.2 255.255.255.0


S1 133.10.1.1
E0 132.10.1.1
Router3 S0 135.10.1.1 255.255.255.0
S1 133.10.1.2
E0 134.10.1.1
Router4 E0 136.10.1.1 255.255.255.0
S0 137.10.1.1
S1 135.10.1.2
Router5 E0 138.10.1.1 255.255.255.0
S0 139.10.1.1
S1 137.10.1.2
Router6 E0 140.10.1.1 255.255.255.0
E1 141.10.1.2
S1 139.10.1.2
Router7 E0 141.10.1.2 255.255.255.0

Switch1 - 130.10.1.2 255.255.255.0


Switch2 - 132.10.1.2 255.255.255.0
Switch3 - 134.10.1.2 255.255.255.0
Switch4 - 136.10.1.2 255.255.255.0
Switch5 - 138.10.1.2 255.255.255.0
Switch6 - 140.10.1.2 255.255.255.0
Switch7 - 140.10.1.3 255.255.255.0
PC1 - 130.10.1.3 255.255.255.0
PC2 - 132.10.1.3 255.255.255.0
PC3 - 134.10.1.3 255.255.255.0
PC4 - 136.10.1.3 255.255.255.0
PC7 - 136.10.1.4 255.255.255.0
PC5 - 138.10.1.3 255.255.255.0
PC6 - 140.10.1.4 255.255.255.0
Configurations
Assigning the ip address
Router 1:-

Router 2:-

Router3:-

Router4:-

Router5:-
Router6:-

Router7:-

Ping Test:-

From Router 1 to Router 6

From PC1 to PC5


Configuring & Test of VLAN
Working on switch 6

Same thing done on switch 7 to enable the vlan


PING FROM PC6 TO ROUTER 6

So Vlan working cool…great!!!

ACCESS-LIST
I created my access list from router 4

Then I test by ping from Router2 to router 6

Then I test by ping from Router 4 to router Router 3


Note-you must remove access list for configuring NAT/PAT. So i removed access list after
doing once by this command. This is allow on every router.

router1(config)#interface ethernet0
router1(config-if)#ip nat inside
ip address 130.10.1.1 255.255.255.0
no shut
exit
interface serial0
ip nat outside
ip address 131.10.1.1 255.255.255.0
clock rate 64000
no shut
exit
ip nat inside sourse static 143.10.2.2 131.10.1.5
exit
router1(config)#interface serial 0
router1(config-if)# encapsulation ppp
router1(config)# username router2 password cisco
interface serial 0
router1(config-if)# ppp authentication chap

Router 7 to Router8(Using Frame Relay):-

On router 7 we configure

On router 8 we configure
Then test the result by ping from router 8 to router 7 we get

S-ar putea să vă placă și