Download presentation
Presentation is loading. Please wait.
Published bySheena Watkins Modified over 9 years ago
1
WELCOM E TO
2
Router communicates two different network with each other A Cisco router does not contain disk storage mechanisms such as hard disks. Therefore, the router requires certain hardware and firmware components for proper functioning.
8
There are 5 interface of Router 1. Serial 2. Ethernet 3. BRI 4. Auxillary mode 5. Consol mode
9
1. User mode 2. Privilege mode 3. Configuration mode 4. Interface mode
10
1:- Distance Vector Routing Protocol i:- R.I.P. ii:-I.G.R.P. 2:- Link State Routing Protocol i:-O.S.P.F. 3:- Hybrid Vector Routing Protocol i:- E.I.G.R.P.
12
Access Control List is two type 1. Standard 2. Extended
13
For Host to Network Blocking Router(config)#access-list 1 deany 10.0.0.0 Router(config)#access-list 1 permit any Router(config)#ip access-group 1 in
14
Router(config)#access-list 1 deany 10.0.0.0 0.0.0.255 Router(config)#access-list 1 permit any Router(config)#int e0 Router(config)#access-group 1 in
15
Router(config)#access-list 101 deny tcp host 10.0.0.1 host 20.0.0.1 or 80 Router(config)#access-list 101 permit ip any any Router(config)#int fa0/0 Router(config)#ip access-group 101 out
16
In VLAN we must do configuration on Router and also on switch. In Router Configuration Router> Router>en Router#config t Router(config)#int fa0/0 Router(config)#int fa0/0.1 Router(config-sub if)#ip add 10.0.0.1 255.0.0.0 Router(config-sub if)#encapsulation isl 1
17
Router(config-sub if)# int fa 010.2 Router(config-sub if)#int fa0/0 Router(config-sub if)#no shut
18
>en #config t (config)#vlan 1 name sales (config)#vlan 2 name purchase (config)#int e0/1 (config)#vlan membership static 1 (config)#int e0/2 (config)#vlan membership static 1 (config)#int e0/3
19
(config)#vlan membership static 2 (config)#int e0/4 (config)#vlan membership static 2 (config)#int fa0/26 (config)#trunk on
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.