Cisco Switch authentication with radius(AD NPS)

Step 1. login to Cisco switch with console cable and go into configuration mode Step 2. config authentication method to radius Step 3. Give your radius server a name Step 4. config radius server information Step 5. config radius pre-share key Step 6. Open Network Policy Server(NPS) Step 7. Add a new radius client Step… Continue reading Cisco Switch authentication with radius(AD NPS)

Cyberark with RDCMan

RDCMan is a powerful tool that allow system administrator to mange multiple window server easily. This post will introduce how to integrate this tool with Cyberark’s PAM solution. 01. From top menu, select Edit>Add server or use short cut Ctrl+A 02. In the pop up windows, select Server settings. Enter PSM IP or FQDN in… Continue reading Cyberark with RDCMan

Read data from csv with python3

It’s common that we need to process data in csv format. We will use the csv library to read csv file. Here is a sample code for read data from csv file and print each row.