0% found this document useful (0 votes)
11 views4 pages

SEPATU

Uploaded by

Ajiz138
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

SEPATU

Uploaded by

Ajiz138
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

SEPATU

Server :
1. desktop - masukan ip mode static
2. dns on - name server dan addres angka
3. email - domain name

A. router kuning
4. Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface gig0/0
Router(config-if)#ip add 172.16.10.1 255.255.255.248
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state


to up

Router(config-if)#ex
Router(config)#interface gig0/1
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state


to up

Router(config-if)#interface gig0/1.10
Router(config-subif)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1.10, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1.10, changed


state to up

Router(config-subif)#encapsulation
Router(config-subif)#encapsulation dot1Q 10
Router(config-subif)#ip add 192.168.5.1 255.255.255.224
Router(config-subif)#exit
Router(config)#interface gig0/1.20
Router(config-subif)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1.20, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1.20, changed


state to up

Router(config-subif)#
Router(config-subif)#encapsulation
Router(config-subif)#encapsulation dot1Q 20
Router(config-subif)#ip add 192.168.10.1 255.255.255.224
Router(config-subif)#exit
Router(config)#ip dhcp pool vlan10
Router(dhcp-config)#network 192.168.5.0 255.255.255.224
Router(dhcp-config)#def
Router(dhcp-config)#default-router 192.168.5.1
Router(dhcp-config)#dns 172.16.10.2
Router(dhcp-config)#exit
Router(config)#ip dhcp pool vlan20
Router(dhcp-config)#network 192.168.10.0 255.255.255.224
Router(dhcp-config)#def
Router(dhcp-config)#default-router 192.168.10.1
Router(dhcp-config)#dns 172.16.10.2
Router(dhcp-config)#exit
Router(config)#
Router#
%SYS-5-CONFIG_I: Configured from console by console

5. Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#vlan 20
Switch(config-vlan)#interface range fa0/1-10
Switch(config-if-range)#sw mo acc
Switch(config-if-range)#sw acc vlan 10
Switch(config-if-range)#interface range fa0/11-20
Switch(config-if-range)#sw mo acc
Switch(config-if-range)#sw acc vlan 20
Switch(config-if-range)#exit
Switch(config)#do sh vlan
Switch(config)#interface gig0/1
Switch(config-if)#sw mo trunk

Switch(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state
to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state


to up

Switch(config-if)#exit
Switch(config)#

6. Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface se0/3/0
Router(config-if)#ip add 10.10.10.1 255.255.255.252
Router(config-if)#no sh

%LINK-5-CHANGED: Interface Serial0/3/0, changed state to down


Router(config-if)#exit

7. Routing OSPF
dh

8.Router 1
Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface se0/3/0
Router(config-if)#ip add 10.10.10.2 255.255.255.252
Router(config-if)#no sh

Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up
Router(config-if)#exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up

Router(config)#in gig0/1
Router(config-if)#no sh

Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state


to up

Router(config-if)#interface gig0/1.30
Router(config-subif)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1.30, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1.30, changed


state to up

Router(config-subif)#encapsulation dot1q 30
Router(config-subif)#ip add 192.168.15.1 255.255.255.224
Router(config-subif)#exit
Router(config)#interface gig0/1.40
Router(config-subif)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1.40, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1.40, changed


state to up

Router(config-subif)#encapsulation dot1q 40
Router(config-subif)#ip add 192.168.20.1 255.255.255.224
Router(config-subif)#exit
Router(config)#ip dhcp pool vlan30
Router(dhcp-config)#network 192.168.15.0 255.255.255.224
Router(dhcp-config)#
Router(dhcp-config)#def
Router(dhcp-config)#default-router 192.168.15.1
Router(dhcp-config)#dns 172.16.10.2
Router(dhcp-config)#exit
Router(config)#ip dhcp pool vlan40
Router(dhcp-config)#network 192.168.20.0 255.255.255.224
Router(dhcp-config)#def
Router(dhcp-config)#default-router 192.168.20.1
Router(dhcp-config)#dns 172.16.10.2
Router(dhcp-config)#exit

router 2
Router(config)#router ospf 1
Router(config-router)#network 10.10.10.0 0.0.0.3 area 0
Router(config-router)#network 20.20.20.0 0.0.0.3 area 0
Router(config-router)#network 192.168.15.0 0.0.0.31 area 0
Router(config-router)#network 192.168.20.0 0.0.0.31 area 0
Router(config-router)#exit

Router(config-if)#ip dhcp pool unsika


Router(dhcp-config)#network 192.168.30.0
% Incomplete command.
Router(dhcp-config)#network 192.168.30.0 255.255.255.0
Router(dhcp-config)#def
Router(dhcp-config)#default-router 192.168.30.1
Router(dhcp-config)#dns 172.16.10.2
Router(dhcp-config)#exit
Router(config)#in gig0/1
Router(config-if)#ip add 192.168.30.1 255.255.255.0
Router(config-if)#exit
Router(config)#
Router(config)#router ospf 1
Router(config-router)#network 20.20.20.0 0.0.0.3 area 0
Router(config-router)#network
03:54:33: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.20.1 on Serial0/3/1 from LOADING
to FULL, Loading Done
% Incomplete command.
Router(config-router)#network 192.168.30.0 0.0.0.255 area 0
Router(config-router)#network 30.30.30.0 0.0.0.3 area 0
Router(config-router)#exit
Router(config)#in se0/3/0
Router(config-if)#ip add 30.30.30.1 255.255.255.252
Router(config-if)#no sh

%LINK-5-CHANGED: Interface Serial0/3/0, changed state to down


Router(config-if)#ex

You might also like