Tampilan jaringan router menggunakan 2 kelas IP yaitu IP kelas A dan IP kelas C, dengan subnetting kelas A yaitu 10.0.0.0/10 dan kelas B yaitu 192.168.1.0/24
berikut cara configurasi routernya :
--- System
Configuration Dialog ---
Continue with configuration dialog? [yes/no]: n
Press RETURN to get started!
Router>enable
Router#con ter
Router#conf t
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname AMIN
AMIN(config)#int f 0/0
AMIN(config-if)#no shut
AMIN(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to
up
%LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/0, changed state to up
ip address 10.0.0.1 255.192.0.0
AMIN(config-if)#exit
AMIN(config)#int f 0/1
AMIN(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to
up
%LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/1, changed state to up
AMIN(config-if)#ip address 192.168.1.1
% Incomplete command.
AMIN(config-if)#ip address 192.168.1.1 255.255.255.0
AMIN(config-if)#exit
AMIN(config)#exit
AMIN#
%SYS-5-CONFIG_I: Configured from console by console
copy startup-config running-config
%% Non-volatile configuration memory invalid or not present
AMIN#show running-config
Building configuration...
Current configuration : 469 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname AMIN
!
!
!
!
!
!
!
!
!
!
!
!
--More--
%IP-4-DUPADDR: Duplicate address 10.0.0.1 on FastEthernet0/0, sourced by
0090.2B25.4918
%IP-4-DUPADDR: Duplicate address 192.168.1.1 on
FastEthernet0/1, sourced by 0050.0FC7.9E27

Tidak ada komentar:
Posting Komentar