【Cisco】#12初期設定 ルータの設定1(共通)
FORSE
電源を投入して下さい
電源入った事をLED(ランプ)で確認してください
① PCから「teraterm」を起動
② 「シリアル」を選択
③ Portから、USBを選択
手順2 ルータ設定
6
--- System Configuration Dialog ---
Would you like to enter the initial configuration dialog? [yes/no]:no
Press RETURN to get started!
Router>enable
Router #
Router #configure terminal
Router (config)#
Router (config)#hostname RT-1
RT-1(cnofig)#
RT-1#configure terminal
RT-1(config)#no ip domain lookup
RT-1(config)#line console 0
RT-1(config-line)#logging synchronous
RT-1(config-line)#exec-timeout 60 0
RT-1(config-line)#end
7.
【Cisco】#12 スタティックNATの設定1 RT-1
FORSE
手順3ルータのインターフェースにIPアドレスを指定します
手順4 IPアドレスが正しくアサインできているか確認します。
手順5物理結線を実施
手順6物理結線が完了しているか確認
手順7 状況の確認
PCから旧NTPサーバにping → OKになる
PCから新NTPサーバにping → OKになる
RT-1#configure terminal
RT-1(config)#interface GigabitEthernet 8
RT-1(config-if)#ip address 192.168.210.1 255.255.255.0
RT-1(config-if)#no shutdown
RT-1(config-if)#exit
RT-1(config)#vlan 10←スペースあり(VLAN作成)
RT-1(config-vlan)#exit
RT-1(config)#interface vlan10 ←スペースなし(仮想インターフェース作成)
RT-1(config-if)#ip address 192.168.10.1 255.255.255.0
RT-1(config-if)#no shutdown
RT-1(config-if)#end
RT-1(config)#interface range gigabitEthernet 0-7
RT-1(config-if)#switchport access vlan 10
RT-1(config-if)#end
7
RT-1#show ip interface Vlan10 | include Internet
Internet address is 192.168.10.1/24
RT-1#
RT-1#show ip interface gigabitEthernet8 | include Internet
Internet address is 192.168.210.1/24
RT-1#
RT-1#show ip interface brief
GigabitEthernet7 unassigned YES unset up up
GigabitEthernet8 192.168.210.1 YES manual up up
Vlan1 unassigned YES unset down down
Vlan10 192.168.10.1 YES manual up up
【Cisco】#12 PATの設定4
FORSE
手順15 DHCPプールの検証
手順16
DHCP設定の確認
手順17アクセスリストの確認
手順18 インターフェースの確認
16
RT-1#show ip dhcp pool
Pool pool-10 :
Utilization mark (high/low) : 100 / 0
Subnet size (first/next) : 0 / 0
Total addresses : 254
Leased addresses : 1
Pending event : none
1 subnet is currently in the pool :
Current index IP address range Leased addresses
192.168.10.3 192.168.10.1 - 192.168.10.254 1
RT-1#show run | section ip dhcp
ip dhcp excluded-address 192.168.10.1 ←除外しているアドレス
ip dhcp pool pool-10
network 192.168.10.0 255.255.255.0 ←ネットワークアドレス
default-router 192.168.10.1
dns-server 8.8.8.8
RT-3#
RT-3#show access-lists
Standard IP access list acl-30
10 permit 192.168.30.0, wildcard bits 0.0.0.255 (249 matches)
RT-3#
RT-3#show run | section interface Vlan30
interface Vlan30
ip address 192.168.30.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
RT-3#show run | section interface GigabitEthernet8
interface GigabitEthernet8
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
ip nat inside source list acl-30 interface GigabitEthernet8 overload
RT-3#
次の採番 IP範囲 払い出した数
ヒットカウント
名前確認
名前確認