Changes between Version 2 and Version 3 of Cnbp2022/Agenda/LabSetup


Ignore:
Timestamp:
Feb 19, 2022, 9:19:28 AM (3 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2022/Agenda/LabSetup

    v2 v3  
    111111
    112112
    113 === Install GNS3 ===
     113=== Install Dynagen ===
    114114
    115115'''On host machines''', install Dynagen package from previously downloaded files.It will install Dynamips as well and automatically creates the desktop shortcuts.
    116 
    117 On first application load, cancel all wizards including Open Project wizard.
    118 
    119 Go to '''Edit''' --> '''Preferences'''
    120 
    121 * Select '''Server''' on Left side menu and select '''Enable local server''' from Main Server tab if it is not selected already.
    122 
    123 * Click '''Apply'''
    124 
    125 * Select '''Dynamips''' --> '''IOS routers''' on Left side menu and '''New'''
    126     * Select '''New Image''' and Browse to the router image file you downloaded.
    127     * Select '''yes''' for the window '''Would you like to decompress this IOS image'''.
    128     * On the Next step, tick the option called '''This is an !EtherSwitch router''' and click next.
    129     * Keep all other settings to their default values and click next till the last option '''Idle-PC'''
    130     * Click '''Idle PC finder''' and wait for a moment. Once it finds a value click '''finish'''
    131 
    132 * Click '''Apply''' and '''Ok'''
    133 
    134 Next go to '''File''' --> '''New blank project'''
    135 
    136 * Name the project as '''Campus Network''' and  click '''OK'''
    137116----
    138117
    139 On your new project click on the fifth icon on your left corner menu '''Browse All Devices'''
    140 
    141 Drag and drop following devices into the design area
     118'''Dynagen''' is the front end of dynamips and we have to create campus network using a text editor. The text file need to be saved with '''.net''' extension and following devices need to to be define in the text file.Save the text file as '''Campus_Nw.net'''.
    142119
    143120* 3 x !EtherSwith Router
    144121* 7 x Ethernet Switch
    145 * 5 x Cloud
    146122* 9 x VPCS
    147123 
    148124
    149 Next, right click on each cloud and define following on its configurations (Right Click --> Configure );
    150 
    151 * Cloud-1
    152    * Misc:
    153       * Name: LEARN-Router
    154    * Ethernet Interfaces:
    155       * Select "Ethernet" and click "Delete"
    156    * Click "Apply" and "OK"
    157    * Again Right Click --> Change Symbol
    158       * Select the symbol called "router" from Symbols Library and Click "ok"
    159 * Cloud-2
    160    * Misc:
    161       * Name: pfSense-Firewall
    162    * Ethernet Interfaces:
    163       * Select "Ethernet" and click "Delete"
    164    * UDP Tunnels
    165        * Name: DMZ
    166        * Local Port: 30000
    167        * Remote host: 127.0.0.1
    168        * Remote Port: 20000
    169        * Click "Add" and create another as,
    170        * Name: LAN
    171        * Local Port: 30001
    172        * Remote host: 127.0.0.1
    173        * Remote Port: 20001
    174        * Click "Add", "Apply" and "OK"
    175    * Again Right Click --> Change Symbol
    176       * Select the symbol called "firewall" from Symbols Library and Click "ok"
    177 * Cloud-3
    178    * Misc:
    179       * Name: GUI-PC
    180    * Ethernet Interfaces:
    181       * Select "Ethernet" and click "Delete"
    182    * UDP Tunnels
    183        * Name: NIC1
    184        * Local Port: 30002
    185        * Remote host: //![[IPv4 of UserB]]//
    186        * Remote Port: 20002
    187        * Click "Add", "Apply" and "OK"
    188    * Again Right Click --> Change Symbol
    189       * Select the symbol called "Computer" from Symbols Library and Click "ok"
    190 * Cloud-4
    191    * Misc:
    192       * Name: Web-Server
    193    * Ethernet Interfaces:
    194       * Select "Ethernet" and click "Delete"
    195    * UDP Tunnels
    196        * Name: NIC1
    197        * Local Port: 30003
    198        * Remote host: //![[IPv4 of UserB]]//
    199        * Remote Port: 20003
    200        * Click "Add", "Apply" and "OK"
    201    * Again Right Click --> Change Symbol
    202       * Select the symbol called "Server" from Symbols Library and Click "ok"
    203 * Cloud-5
    204    * Misc:
    205       * Name: Monitoring-Server
    206    * Ethernet Interfaces:
    207       * Select "Ethernet" and click "Delete"
    208    * UDP Tunnels
    209        * Name: NIC1
    210        * Local Port: 30004
    211        * Remote host: //![[IPv4 of UserB]]//
    212        * Remote Port: 20004
    213        * Click "Add", "Apply" and "OK"
    214    * Again Right Click --> Change Symbol
    215       * Select the symbol called "Server" from Symbols Library and Click "ok"
    216 
    217 Right Click on other devices and "Change Hostname" as,
     125Host names of the devices are as follows,
    218126
    219127* ESW1 :- FAC1
     
    228136* Ethernet switch-7:- DMZ
    229137
    230 Again change the symbol of **FAC1-BLD1-FL2** to an Ethernet Switch,
    231 
    232 * Right Click --> Change Symbol
    233       * Select the symbol called "ethernet_switch" from Symbols Library and Click "ok"
     138Use Following '''tutorial''' on Dynagen to understand how to create a simple network using Dynagen.
    234139
    235140