Bril Ans
LAN Implementation Task
|
STEP |
TASK |
|
1 |
Connect network devices to the network |
|
2 |
Apply device configuration template to routers/switches |
|
3 |
Configure interfaces on layer 3 devices |
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
|
|
|
STEP |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
Table 6: Network Implementation Tasks
Configuration and Implementation Detail
Step 1: Connect network devices to the network
The network infrastructure devices will be connected to the network as per diagram or instructions at the site. The installation engineer must ensure that the devices are properly installed and powered from redundant power sources
Step 2: Apply device configuration Template
The installation engineer will use the following configuration template to configure all core, distribution, and access layer devices.
|
Switch> enable Switch# configure terminal Switch(config)# hostname <device-name> device-name(config)# ip domain-name xumuc.com device-name(config)# enable secret <password> device-name(config)# username <username> secret <password> device-name(config)# crypto key generate rsa How many bits in the modulus [512]: 2048 device-name(config)# line con 0 device-name(config-line)# login local device-name(config-line)# exit device-name(config)# line vty 0 4 device-name(config-line)# login local device-name(config-line)# transport input ssh device-name(config-line)# exec-timeout 1 00 device-name(config-line)# exit device-name(config)# line vty 5 15 device-name(config-line)# login device-name(config-line)# exit device-name(config)# no logging console device-name(config)# no ip domain-lookup |
Step 3:----------------------------------------------------
Step 4: ---------------------------------------------------
Step 5:
!
Step 6:
!
Security Implementation Tasks
The implementation of security at the WWTC involves enabling various security features on network infrastructure devices and configuring a RADIUS server. To successfully secure resources at the WWTC, the tasks listed in Table 7 must be completed.
|
STEP |
TASK |
|
1 |
Create VLAN for unused switch ports |
|
2 |
Configure port security for access ports on layer 3 and layer 2 switches |
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
Table 7: Security Implementation Tasks
Configuration and Implementation Detail
Step 1: Create VLAN for Unused Switch Ports
The installation engineer will use the following commands to create a VLAN for unused switch ports and place disabled ports into the VLAN.
|
device-name(config)# vlan 2 device-name(config-vlan)# name UNUSED device-name(config-vlan)# shutdown device-name(config-vlan)# exit
device-name(config)# interface range <interface range> device-name(config-if-range)# shutdown device-name(config-if-range)# switchport access vlan 2 device-name(config-if-range)# exit |
Step 2:
!
Step 3:
!
!
Active Directory Implementation Tasks
The tasks listed in Table 8 are necessary to successfully create the new tree for NY based Active Directory .
|
STEP |
TASK |
|
1 |
Create forest root domain |
|
2 |
Create domain tree |
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
Table 8: Active Directory Implementation Tasks
List all AD task to create AD at WWTC
Implementation and Configuration Details
Here you provide step by step instructions for all the task listed in Table 8
Step 1: Create Forest Root Domain
Step 2: Create Trees as required
!
!
ATTENTION: I have not listed tasks in any order or sequence. For configurations, Task must be in sequence and in correct order. For example if you are configuring port security then switch should be installed first, switch should have a name, then and then only you can configure port security.