Changes between Initial Version and Version 1 of ipv6v4config


Ignore:
Timestamp:
May 8, 2017, 6:59:36 AM (8 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ipv6v4config

    v1 v1  
     1
     2== Device Configuration ==
     3
     4Now you have six inter connected devices. All those devices have no confurations in them and you have to configure them.
     5
     6=== Remote Access ===
     7
     8When you are working in the Virtualbox interface you can't copy and paste commands in to to that interface. You might have experienced this already. What you can do is you can remote log in to your campuslan VM.
     9
     10'''Windows'''
     11 - Download and run ​Putty
     12 - type your campuslan VM's IP address in the hostname text box. set the port as 22
     13 - Click open and You will ask the username and Password of your vm. Provide them and You will be able to remote login to your linux machine
     14
     15'''Mac'''
     16
     17 - Open a terminal
     18 - Type ssh learn@<Your campuslan VM's IP address>
     19 - Give password and you will have a remote login to your linux machine
     20
     21=== Log in to the the devices ===
     22
     23In dynagen topology script you have to give a name to each device and there is a feature to assign a port to the console port of a particular device. Following are the device name and the console port number of your network setup.
     24
     25||= Device Name =||= Console Port Number =||
     26||!AccessRt||2100||
     27||!CampusCore||2200||
     28||FacACore||2300||
     29||FacBCore||2400||
     30||FacASw||2500||
     31||FacBSw||2600||
     32
     33You can use this port to log in to the device's console port. Use the following code
     34{{{
     35telnet localhost <console port number>
     36}}}
     37Now you have log in to your device. You can start configuring the device.
     38