Lab 1 - Devices Content. • Task 1 - Explore IOS CLI Help Facilities • Task 2 - ASA initial configuration • Task 3 - Fortinet initial configuration • Task 4 - ArubaCX initial configuration Task 1 - Explore IOS CLI Help Facilities Switch Try context-sensitive help and observe errors (follow PDF example) Play with hot-keys (UP/Down Arrow/Tab) enable show history terminal history size <lines> remember that whatever you configure it is in the ram, in case we don't save the configuration it returns to the previus configuration configure terminal hostname test end reload Once the SW comeback the name should be again switch. if we whant to make a change to be persistent we need to save changes: configure hostname test copy running-config startup-config reload Router Notice that router and switches cisco have the same Help Facilities, the really difference is that a switch works at L2 (mac address) and a router at L3 (IP), this means that you should configure an IP address for each interface/subinterface that a router had. some usefull commands: show running-config show startup-config show version show interface status show ip interface brief show processes CPU show mac address-table <--- only switch show ip route <---- only router and L3-switch Task 2 - ASA initial configuration ASA notice that the Help Facilities are almost the same enable configure terminal interface ethernet0 nameif inside ip address 192.168.20.1/24 no shutdown in order to enable http server http server enable show run ip http 0.0.0.0 0.0.0.0 inside show run interface ssl encryption aes128-sha1 connect to PC and end configuration using ASDM wizard we need to wait a couple of minutes have access to ASDM, it should be like this: Take a tour using ASDM. Task 3 - Fortinet initial configuration Fortinet Start fortigate, default user admin, no password use kalinet123 as new password config system interface edit port1 set mode static set ip 192.168.20.2 255.255.255.0 append allowaccess http set alias "lan" set role lan next end connect to PC use firefox to go to the fortinet's gui Explore GUI Task 4 - ArubaCX initial configuration ArubaCX the CLI from ArubaCX is almost the same than Cisco, with some little differences switch login: admin Password: (no password, only press ENTER) Please configure the 'admin' user account password. Enter new password: admin <-----this is an example, don't do this in real life Confirm new password: admin <-----this is an example, don't do this in real life hostname ArubaCX interface 1/1/1 no shutdown no routing interface 1/1/2 no shutdown no routing usefull commands: show running-config show startup-config show mac-address-table show interface link-status copy running-config startup-config