Changes between Version 5 and Version 6 of Cnbp2019/Agenda/NetworkSetup
- Timestamp:
- Feb 12, 2019, 10:12:44 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cnbp2019/Agenda/NetworkSetup
v5 v6 7 7 == IP Address Plan == 8 8 9 ||= Device =||= MGT IP Address=||9 ||= **Device** =||= **MGT IP Address** =|| 10 10 || FAC1 || 10.XY.0.1 || 11 11 || FAC2 || 10.XY.0.2 || … … 19 19 ---- 20 20 21 ||= FAC1 =||= Type =||= VLANS/IP =||= Native VLAN=||21 ||= **FAC1** =||= **Type** =||= **VLANS/IP** =||= **Native VLAN** =|| 22 22 || F0/0 || Routed Link || - || - || 23 23 || F0/1 || Routed Link || - || - || … … 29 29 30 30 31 ||= FAC2 =||= Type =||= VLANS =||= Native VLAN=||31 ||= **FAC2** =||= **Type** =||= **VLANS** =||= **Native VLAN** =|| 32 32 || F0/1 || Routed Link || || || 33 33 || F1/0 || Trunk || || || … … 36 36 ---- || 37 37 38 ||= FAC1-BLD1-FL1 =||= Type =||= VLANS =||= Native VLAN38 ||= **FAC1-BLD1-FL1** =||= **Type** =||= **VLANS** =||= **Native VLAN** =|| 39 39 || e0 || Access || || 40 40 || e7 || Trunk || || … … 42 42 ---- 43 43 44 ||= FAC1-BLD1-FL2 =||= Type =||= VLANS =||= Native VLAN=||44 ||= **FAC1-BLD1-FL2** =||= **Type** =||= **VLANS** =||= **Native VLAN** =|| 45 45 || e0 || Access || || || 46 46 || e6 || Trunk || || || … … 49 49 ---- || 50 50 51 ||= FAC1-BLD2-FL0 =||= Type =||= VLANS =||= Native VLAN=||51 ||= **FAC1-BLD2-FL0** =||= **Type** =||= **VLANS** =||= **Native VLAN** =|| 52 52 || e0 || Access || || || 53 53 || e1 || Access || || || … … 56 56 ---- 57 57 58 ||= FAC2-BLD1-FL1 =||= Type =||= VLANS =||= Native VLAN=||58 ||= **FAC2-BLD1-FL1** =||= **Type** =||= **VLANS** =||= **Native VLAN** =|| 59 59 || e0 || Access || || || 60 60 || e1 || Access || || || … … 63 63 ---- 64 64 65 ||= FAC2-BLD2-FL1 =||= Type =||= VLANS =||= Native VLAN=||65 ||= **FAC2-BLD2-FL1** =||= **Type** =||= **VLANS** =||= **Native VLAN** =|| 66 66 || e0 || Access || || || 67 67 || e6 || Trunk || || || … … 70 70 ---- 71 71 72 ||= FAC2-BLD2-FL3 =||= Type =||= VLANS =||= Native VLAN=||72 ||= **FAC2-BLD2-FL3** =||= **Type** =||= **VLANS** =||= **Native VLAN** =|| 73 73 || e0 || Access || || || 74 74 || e7 || Trunk || || || … … 76 76 ---- 77 77 78 ||= DMC =||= Type =||= VLANS =||= Native VLAN=||78 ||= **DMC** =||= **Type** =||= **VLANS** =||= **Native VLAN** =|| 79 79 || e0 || Access || || || 80 80 || e1 || Access || || || … … 83 83 ---- 84 84 85 ||= Host Devices =||= IPv4 =||= IPv6=||85 ||= **Host Devices** =||= **IPv4** =||= **IPv6** =|| 86 86 || PC-1 || || || 87 87 || PC-2 || || || … … 99 99 ---- 100 100 101 ||= FAC1 =||= IPv4 =||= IPv6 =|| 101 ||= **FAC1** =||= **IPv4** =||= **IPv6** =|| 102 || VLAN05 || 10.XY.05.254 || 2401:DD00:20XY:5::FFFF/64 || 102 103 || VLAN10 || 10.XY.10.254 || 2401:DD00:20XY:1110::FFFF/64 || 103 104 || VLAN20 || 10.XY.20.254 || 2401:DD00:20XY:1120::FFFF/64 || … … 108 109 109 110 110 ||= FAC2 =||= IPv4 =||= IPv6=||111 ||= **FAC2** =||= **IPv4** =||= **IPv6** =|| 111 112 || VLAN60 || 10.XY.60.254 || 2401:DD00:20XY:2160::FFFF/64 || 112 113 || VLAN70 || 10.XY.70.254 || 2401:DD00:20XY:2270::FFFF/64 || … … 213 214 ==== Core Network Layer==== 214 215 215 Let's start Configuring the connectivity between core network (FAC1 and Fac2). We will start from Fac1. 216 217 - Login to Fac1 device. Give your console port password (class password) 218 - Go to config mode from user mode. Give your enable password (class password) 219 - Core network runs on VLAN 2. Create VLAN 2 and name it '''Core''' 220 {{{ 221 FAC1(config)# vlan 2 222 FAC1(config-vlan)# name Core 223 FAC1(config-vlan)# exit 224 }}} 225 - Then assign the IP Address to the VLAN interface. Get the IP from the [#point1 table] 226 {{{ 227 CampusCore(config)#interface vlan 2 228 CampusCore(config-if)# ip address 10.0.2.1 255.255.255.0 229 CampusCore(config-if)# exit 230 }}} 216 Let's start Configuring the connectivity between core network (FAC1 and Fac2). We will start with Fac1. 217 218 - Remember, the core network runs on routed ports. Get the IP from the [#point1 table] 219 220 * Link to Firewall 221 {{{ 222 FAC1(config)# interface fastEthernet 0/1 223 FAC1(config-if)# description Link to Firewall 224 FAC(config-if)# ip address 10.0.0.1 255.255.255.252 225 FAC(config-if)#ipv6 address 2401:dd00:20XY:1::fffe/128 226 FAC(config-if)#no shutdown 227 FAC(config-if)#exit 228 }}} 229 230 * Link to FAC2 231 {{{ 232 FAC1(config)# interface fastEthernet 0/0 233 FAC1(config-if)# description Link to FAC2 234 FAC(config-if)# ip address 10.0.0.6 255.255.255.252 235 FAC(config-if)#ipv6 address 2401:dd00:20XY:2::ffff/128 236 FAC(config-if)#no shutdown 237 FAC(config-if)#exit 238 }}} 239 240 241 - On switch FAC2 we have only one routed port. Get the IP from the [#point1 table] 242 243 * Link to FAC1 244 245 {{{ 246 FAC1(config)# interface fastEthernet 0/1 247 FAC1(config-if)# description Link to FAC1 248 FAC(config-if)# ip address 10.0.0.5 255.255.255.252 249 FAC(config-if)#ipv6 address 2401:dd00:20XY:2::fffe/128 250 FAC(config-if)#no shutdown 251 FAC(config-if)#exit 252 }}} 253 254 - Next we need to configure routing among Core devices. We will configure dynamic routing / OSPF to distribute routing. 255 * On FAC1 256 257 258 259 260 261 262 263 264 265 266 231 267 - Finally configure fast ethernet interfaces switchport modes. You can find then from the [#point2 table] 232 268 * Fisrt make the interface a trunk port. This is for the FacACore link