Skip to main content

Posts

Showing posts from 2020

Learning GIT

Recently started to learn about Git.There are many version control websites .Some of the famous ones are 1. GitHub 2. Bitbucket (Atlassian ,Australian company) 3. Git lab I am watching the videos on Git by Corey Schafer , excellent content. Useful commands > git log --oneline > git log --oneline -3 , show last 3 commits git branch <branch name> git checkout <branch name> HEAD  - pointer to where we are making changes 

Cisco FTD 2140 using ASA image

Have got a project to migrate the current EOL ( End of Life ) Cisco ASA 51XX series firewall. The Documentation for this is not enough to migrate seemlessly. A few links which can help to ease the pain while trying to configure via remote ( other country) .Click on the below link. ASA on a FTD 2100 https://www.cisco.com/c/en/us/td/docs/security/firepower/630/fdm/fptd-fdm-config-guide-630/fptd-fdm-mgmt.html#id_32969 https://www.cisco.com/c/en/us/support/docs/security/firepower-2100-series/213519-configure-fdm-firepower-device-manageme.html delete ipv6 command was the below: >configure network ipv6 delete it deletes the "router" ipv6 setting, along with the ipv6 mgmt configuration. For the migration from ASA to FTD, if you are doing it manually, please refer the config guide to get the steps to configure the required things: https://www.cisco.com/c/en/us/td/docs/security/firepower/640/fdm/fptd-fdm-config-guide-640.html For FXOS cli commands: https://www.cisco.com/c/en/...

Aruba Training

April 6th - April 10th # Access point boot process  Commands to refer show datapath tunnel table - To check GRE tunnel and type.

Learning Python

# Learn Python the Hard way # Python.org #Kirk byers python online class Learning Linting Python Skills and Techniques for Network Engineers, Part 1 Flake 8 reviews code for pep8 https://pypi.org/project/white/  Module is nothing but a python file. To understand more in details it is better to visualize using the weblink http://www.pythontutor.com/ ಎಲ್ಲ ಭಾಹ್ಮ್