Jumat, 01 April 2016

Configuring Multiarea OSPFv3 6.2.3.7

RA>ena
RA#conf t
RA#conf terminal
Enter configuration commands, one per line.  End with CNTL/Z.
RA(config)#hostname deviwi
deviwi(config)#ipv6 unicast-routing
deviwi(config)#ipv6 roter ospf 1
                      ^
% Invalid input detected at '^' marker.
   
deviwi(config)#ipv6 router ospf 1
%OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id,please configure manually
deviwi(config-rtr)#router-id 1.1.1.1
deviwi(config-rtr)#ex
deviwi(config)#int gig
deviwi(config)#int gigabitEthernet 0/0
deviwi(config-if)#ipv6 ospf 1 area 1
deviwi(config-if)#ex
deviwi(config)#int gigabitEthernet 0/1
deviwi(config-if)#ipv6 ospf 1 area 1
deviwi(config-if)#ex
deviwi(config)#int serial 0/0/0
deviwi(config-if)#ipv6 ospf 1 area 0
00:06:18: %OSPFv3-5-ADJCHG: Process 1, Nbr 11.11.11.11 on GigabitEthernet0/0 from LOADING to FULL, Loading Done

deviwi(config-if)#ex
deviwi(config)#
00:06:38: %OSPFv3-5-ADJCHG: Process 1, Nbr 12.12.12.12 on GigabitEthernet0/1 from LOADING to FULL, Loading Done


RB>ena
RB>enable

RB#conf t
RB#conf terminal
Enter configuration commands, one per line.  End with CNTL/Z.
RB(config)#hostname deviwiy
deviwiy(config)#ipv6 unicast-routing
deviwiy(config)#ipv6 router ospf 1
%OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id,please configure manually
deviwiy(config-rtr)#router-id 2.2.2.2
deviwiy(config-rtr)#ex
deviwiy(config)#int gi
deviwiy(config)#int gigabitEthernet 0/0
deviwiy(config-if)#ipv6 ospf 1 area 0
deviwiy(config-if)#ex
deviwiy(config)#int serial 0/0/0
deviwiy(config-if)#ipv6 ospf 1 area 0
deviwiy(config-if)#e
00:09:18: %OSPFv3-5-ADJCHG: Process 1, Nbr 1.1.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done

% Ambiguous command: "e"
deviwiy(config-if)#ex
deviwiy(config)#int serial 0
00:09:38: %OSPFv3-5-ADJCHG: Process 1, Nbr 21.21.21.21 on GigabitEthernet0/0 from LOADING to FULL, Loading Done
/0/1
deviwiy(config-if)#int serial 0/0/1
deviwiy(config-if)#ipv6 ospf 1 area 0
deviwiy(config-if)#ex
deviwiy(config)#


inhos

RC>ena
RC#conf t
RC#conf terminal
Enter configuration commands, one per line.  End with CNTL/Z.
RC(config)#hostname deviwiyen
deviwiyen(config)#ipv6 unicast-routing
deviwiyen(config)#ipv6 router ospf 1
%OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id,please configure manually
deviwiyen(config-rtr)#router-id 3.3.3.3
deviwiyen(config-rtr)#ex
deviwiyen(config)#int gi
deviwiyen(config)#int gigabitEthernet 0/0
deviwiyen(config-if)#ipv6 ospf 1 area 2
deviwiyen(config-if)#ex
deviwiyen(config)#int gigabitEthernet 0/1
deviwiyen(config-if)#ipv6 ospf 1 area 2
deviwiyen(config-if)#ex
deviwiyen(config)#int serial 0/0/1
deviwiyen(config-if)#
00:13:13: %OSPFv3-5-ADJCHG: Process 1, Nbr 31.31.31.31 on GigabitEthernet0/0 from LOADING to FULL, Loading Done

deviwiyen(config-if)#ipv6 ospf 1 area 0
deviwiyen(config-if)#
00:13:30: %OSPFv3-5-ADJCHG: Process 1, Nbr 2.2.2.2 on Serial0/0/1 from LOADING to FULL, Loading Done

deviwiyen(config-if)#
00:13:32: %OSPFv3-5-ADJCHG: Process 1, Nbr 32.32.32.32 on GigabitEthernet0/1 from LOADING to FULL, Loading Done
ex
deviwiyen(config)#

Configuring Multiarea OSPFv2 PKA 6.2.3.6



Configuring Multiarea OSPFv2 PKA 6.2.3.6

R1>ena
R1>enable
R1#con t
R1#conf t
R1#conf terminal
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#hostname devi
devi(config)#router ospf 1
devi(config-router)#r
devi(config-router)#ro
devi(config-router)#router-id 1.1.1.1
devi(config-router)#net
devi(config-router)#network 10.1.1.0 0.0.0.255 area 1
devi(config-router)#network 10.1.
00:02:54: %OSPF-5-ADJCHG: Process 1, Nbr 9.9.9.9 on GigabitEthernet0/0 from LOADING to FULL, Loading Done
2.
                            ^
% Invalid input detected at '^' marker.
         
devi(config-router)#network 10.1.2.0 0.0.0.255 area 1
devi(config-router)#network 192.168.10
00:03:23: %OSPF-5-ADJCHG: Process 1, Nbr 5.5.5.5 on GigabitEthernet0/1 from LOADING to FULL, Loading Done
.0
% Incomplete command.
devi(config-router)#network 192.168.10.0 0.0.0.3 area 0
devi(config-router)#
00:06:09: %OSPF-5-ADJCHG: Process 1, Nbr 2.2.2.2 on Serial0/0/0 from LOADING to FULL, Loading Done

devi#
%SYS-5-CONFIG_I: Configured from console by console


R2>ena
R2>enable
R2#conf t
R2#conf terminal
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#hostname devi2
devi2(config)#router ospf 1
devi2(config-router)#rou
devi2(config-router)#router-id 2.2.2.2
devi2(config-router)#network 10.2.1.1 0.0.0.255 area 0
devi2(config-router)#network 192.1 0.0.0.255 area 0
00:05:24: %OSPF-5-ADJCHG: Process 1, Nbr 4.4.4.4 on GigabitEthernet0/0 from LOADING to FULL, Loading Done
68
                             ^
% Invalid input detected at '^' marker.
         
devi2(config-router)#network 192.168.10.1 0.0.0.0 area 0
devi2(config-router)#network 192.168.10.1 0.0.0.0 area 0
00:06:09: %OSPF-5-ADJCHG: Process 1, Nbr 1.1.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done

devi2(config-router)#network 192.168.10.5 0.0.0.0 area 0
devi2(config-router)#
00:08:30: %OSPF-5-ADJCHG: Process 1, Nbr 3.3.3.3 on Serial0/0/1 from LOADING to FULL, Loading Done

devi2(config-router)#network 192.168.10.1 0.0.0.3 area 0
devi2(config-router)#network 192.168.10.5 0.0.0.3 area 0
devi2(config-router)#
devi2#
%SYS-5-CONFIG_I: Configured from console by console


R3>ena
R3>enable
R3#conf t
R3#conf terminal
Enter configuration commands, one per line.  End with CNTL/Z.
R3(config)#hostname devi
devi3(config)#router ospf 1
devi3(config-router)#ro
devi3(config-router)#router-id 3.3.3.3
devi3(config-router)#network 192.168.2.0 0.0.0.255 area 2
devi3(config-router)#network 192.168.2. 0.0.0.255 area 2
00:07:35: %OSPF-5-ADJCHG: Process 1, Nbr 6.6.6.6 on GigabitEthernet0/0 from LOADING to FULL, Loading Done

                         ^
% Invalid input detected at '^' marker.
         
devi3(config-router)#network 192.168.1.0 0.0.0.255 area 2
devi3(config-router)#
00:07:55: %OSPF-5-ADJCHG: Process 1, Nbr 7.7.7.7 on GigabitEthernet0/1 from LOADING to FULL, Loading Done

devi3(config-router)#network 192.168.10.6 0.0.0.3 area 0
devi3(config-router)#
00:08:30: %OSPF-5-ADJCHG: Process 1, Nbr 2.2.2.2 on Serial0/0/1 from LOADING to FULL, Loading Done

Minggu, 28 Februari 2016

perbaikan dari postingan di bawah ya guys

CONFIGURING ETHERCHANNEL

TOPOLOGI

PC-A
PC-B
 PC-C

ROUTING SWITCH 1
Switch>ena
Switch#conf  t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#hostname Devi1
Devi1(config)#interface range f0/3-4
Devi1(config-if-range)#channel-group 1 mode desrible
Devi1(config-if-range)#no shut
Devi1#show interface f0/3 switchport
Devi1#show  etherchannel  summary
Devi1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Devi1(config)#interface port-channel 1
Devi1(config-if)#switchport mode trunk
Devi1(config-if)# switchport trunk native vlan 99
Devi1(config-if)#ex
Devi1(config-if)#interface range f0/1-2
Devi1(config-if-range)#switchport mode trunk
Devi1(config-if-range)#switchport trunk native vlan 99
Devi1(config-if-range)#channel-group 2 mode active
Devi1(config-if-range)#no shut




ROUTING SWITCH 2
Switch>ena
Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#hostname Devi2
Devi2(config)#interface range f0/1-2
Devi2(config-if-range)#switchport mode trunk
Devi2(config-if-range)#switchport trunk native vlan 99
Devi2(config-if-range)#channel-group 2mode passive
Devi2(config-if-range)#no shut
Devi2(config-if-range)#ex
Devi2(config)#interface range f0/3-4
Devi2(config-if-range)# switchport mode trunk
Devi2(config-if-range)# switchpor  trunk native vlan 99
Devi2(config-if-range)#channel-group 3 mode active
Devi2(config-if-range)#no shut

ROUTINGSWITCH 3
Switch>ena
Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#hostname Devi3
Devi3(config)#interface range f0/3-4
Devi3(config-if-range)#channel-group 1 mode auto
Devi3(config-if-range)#no shut
Devi3(config-if-range)#ex
Devi3(config)#interface port-channel 1
Devi3(config-if)#switchport mode trunk
Devi3(config-if)#switchport trunk native vlan 99
Devi3(config)#interface range f0/1-2
Devi3(config-if-range)#switch mode trunk
Devi3(config-if-range)#switch trunk native vlan 99
Devi3(config-if-range)#channel-group 3 mode passive
Devi3(config-if-range)#no shut


HASIL KIRIM PESAN




 HASIL PING PC-C KE PC -A DAN PC-B


 HASIL PING PC-A KE PC-C


SELAMAT MENCOBA....!!!!



CONFIGURING ETHERCHANNEL

CONFIGURING ETHERCHANNEL

TOPOLOGI

IP ADDRESS PC-A

IP ADDRES PC-B


IP ADDRESS PC-C

ROUTING SWITCH 1





ROUTING SWITCH 2


ROUTING SWITCH 3




HASIL KIRIM PESAN


HASIL PING PC-C KE PC-A DAN PC-B


KONFIGURING PVST+ PKA 2.3.1.5

KONFIGURING PVST+


PC1








PC2

PC3








ADDRESSING TABLE AND SWITCH PORT ASSIGNMENT SPECIFICATIONS


ROUTING SWITCH 1
S1>enable
S1#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
S1(config)#hostname S1
DEVI1(config)#int f0/6
DEVI1(config-if)#switchport mode access
DEVI1(config-if)#no shutdown
DEVI1(config-if)#vlan 10
DEVI1(config-vlan)#vlan 20
DEVI1(config-vlan)#vlan 30
DEVI1(config-vlan)#vlan 40
DEVI1(config-vlan)#vlan 50   
DEVI1(config-vlan)#vlan 60
DEVI1(config-vlan)#vlan 70
DEVI1(config-vlan)#vlan 80
DEVI1(config-vlan)#vlan 99
DEVI1(config-vlan)#exit
DEVI1(config)#int f0/6
DEVI1(config-if)#switchport access vlan 30
DEVI1(config-if)#end
DEVI1#configure terminal
DEVI1(config)#int range f0/1-4
DEVI1(config-if-range)#switchport mode trunk
DEVI1(config-if-range)#switchport trunk native vlan 99
DEVI1(config-if-range)#exit 
DEVI1(config)#int vlan 99
DEVI1(config-if)#ip address 172.31.99.1 255.255.255.0
DEVI1(config-if)#end
DEVI1#conf t
DEVI1(config)#spanning-tree mode pvst 
DEVI1(config)#spanning-tree vlan 1,10,30,50,70 root primary 
DEVI1(config)#end
DEVI1#show spanning-tree
DEVI1(config)#int f0/6
DEVI1(config-if)#spanning-tree portfast
DEVI1(config-if)#ex
DEVI1(config)#int f0/6
DEVI1(config-if)#spanning-tree bpduguard enable
DEVI1(config-if)#end
DEVI1#show running config


ROUTING SWITCH 2
S2>enable
S2#configure terminal
S2(config)#hostname S2
DEVI2(config)#int f0/18
DEVI2(config-if)#switchport mode access 
DEVI2(config-if)#no shutdown 
DEVI2(config-if)#vlan 10
DEVI2(config-vlan)#vlan 20
DEVI2(config-vlan)#vlan 30
DEVI2(config-vlan)#vlan 40
DEVI2(config-vlan)#vlan 50
DEVI2(config-vlan)#vlan 60
DEVI2(config-vlan)#vlan 70
DEVI2(config-vlan)#vlan 80
DEVI2(config-vlan)#vlan 99
DEVI2(config-vlan)#exit
DEVI2(config)#int f0/18
DEVI2(config-if)#switchport access vlan 20
DEVI2(config-if)#end
DEVI2#conf t
DEVI2(config)#int range f0/1-4
DEVI2(config-if-range)#switchport mode trunk
DEVI2(config-if-range)#switchport trunk native vlan 99
DEVI2(config-if-range)#exit
DEVI2(config)#int vlan 99
DEVI2(config-if)#ip add 172.31.99.2 255.255.255.0
DEVI2(config-if)#end
DEVI2#conf t
DEVI2(config)#spanning-tree mode pvst 
DEVI2(config)#spanning-tree vlan 1,10,20,30,40,50,60,70,80,99 root secondary
DEVI2(config)#int f0/18
DEVI2(config-if)#spanning-tree portfast
DEVI2(config)#int f0/18
DEVI2(config-if)#spanning-tree bpduguard enable 
DEVI2(config-if)#end
ROUTING SWITCH 3
S3>enable
S3#configure terminal
S3(config)#hostname S3
DEVI3(config)#int f0/11
DEVI3(config-if)#switchport mode access
DEVI3(config-if)#exit
DEVI3(config)#vlan 10
DEVI3(config-vlan)#vlan 20
DEVI3(config-vlan)#vlan 30
DEVI3(config-vlan)#vlan 40
DEVI3(config-vlan)#vlan 50
DEVI3(config-vlan)#vlan 60
DEVI3(config-vlan)#vlan 70
DEVI3(config-vlan)#vlan 80
DEVI3(config-vlan)#vlan 99
DEVI3(config-vlan)#exit
DEVI3(config)#int f0/11
DEVI3(config-if)#switchport mode access
DEVI3(config-if)#no shutdown  
DEVI3(config-if)#exit
DEVI3(config)#int f0/11
DEVI3(config-if)#switchport access vlan 10
DEVI3(config-if)#end
DEVI3#configure terminal
DEVI3(config)#int range f0/1-4
DEVI3(config-if-range)#switchport mode trunk 
DEVI3(config-if-range)#switchport trunk native vlan 99
DEVI3(config)#exit
DEVI3(config)#int vlan 99
DEVI3(config-if)#ip add 172.31.99.3 255.255.255.0
DEVI3(config-if)#end
DEVI3(config)#spanning-tree mode pvst
DEVI3(config)#spanning-tree vlan 20,40,60,80,99 root primary 
DEVI3#configure terminal
DEVI3(config)#int f0/11
DEVI3(config-if)#spanning-tree portfast
DEVI3(config-if)#exit
DEVI3(config)#int f0/11
DEVI3(config-if)#spanning-tree bpduguard enable
DEVI3(config-if)#no shutdown
DEVI3(config-if)#exit