반응형 Cisco2 Cisco ISE ERS API (Device Update) 오늘 날짜를 기준으로 (2020/8/25) PyPi에서 검색해서 사용할 수 있는 ISE ERS 라이브러리에는 Network Device의 정보를 업데이트 할 수 있는 함수가 구현되어있지 않다. As of today's date (08/25/2020), the Cisco ISE ERS library, which can be gotten from PyPi, does not have a update function to update the network device information. >>> https://pypi.org/project/ISE/ ISE Python wrapper for Cisco ISE ERS API pypi.org 회사 업무를 하던 중, ISE의 Network Device 정보를 업데이트.. 2020. 8. 26. SecureCRT python script to update hostname and banner This script is to update hostname and banner of cisco swtiches especially IOS. ****** # $language = "python" # $interface = "1.0" # # Author: Ethan Park # Date: 3/2/2020 # This script reads a csv file which contains hostname, IP address and a model # It updates hostname and banner section import csv import math def updateBanner(host, model): hostLength = int(math.ceil((35 - len(host)) / 2)) mode.. 2020. 3. 4. 이전 1 다음 반응형