Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a python script that will log into the AT&T router server ( route - server.ip . att.net ) and . . . . .
Create a python script that will log into the AT&T router server routeserver.ipatt.net and
ask for the name of the route server as an argument
pull the username and password from a file file does not have to be encrypted
stop 'paging' on the display
save output to a file
print the count of CIDR blocks
print the count of all CIDR blocks by the first octet. For example xxx has Y CIDR blocks, xxx has Y CIDR blocks, etc...
Hint: 'show route all in the AT&T route server can provide the information needed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started