Kt43387
Level 1
Level 1
Member since ‎08-19-2019
‎04-27-2022

User Statistics

  • 13 Posts
  • 0 Solutions
  • 10 Helpful votes Given
  • 21 Helpful votes Received
Recent Badges
10 Replies
10 Helpful Vote
5 Replies
1 Helpful Vote

User Activity

Hi All, I need to apply web filtering for a few users in ASA 5508(7.8) on subnet 192.1683.0. like, from this subnet, few users should get access to Gmail only. another few users should get a complete block. Please let me know the best way to achieve ...
import netmikofrom netmiko import ConnectHandlerdevice = ConnectHandler(device_type="cisco_ios", ip="DEVICE IP", username="USERNAME", password="PASSWORD")output1 = device.send_command("show running-config")save_file = open("Switch_running.txt","w")sa...
import netmikofrom netmiko import ConnectHandlerdevice = ConnectHandler(device_type="cisco-ios, ip="IP ADDRESS", username="USENAME", password="PASSWORD", secret="ENABLE PASSWORD")output1 = device.send_command("show running-config")print(output1)devic...
Community Statistics
Member Since ‎08-19-2019 08:35 PM
Date Last Visited ‎04-27-2022 10:08 AM
Posts 13
Total Helpful Votes Received 21
Helpful Votes Given To