Juniper Interface Commands

Juniper has the corresponding command to disable/enable interfaces in Junos OS as below – – To Juniper disable interface: root@Juniper# set interfaces ge-0/0/1.0 disable  << This is cisco equivalent of “shutdown” – To Juniper enable interface: root@Juniper# delete interfaces ge-0/0/1.0 disable  << This is cisco equivalent of “no shutdown” Verification: root@Juniper#show ge-0/0/1.0 root@Juniper# run show interfaces ge-0/0/1.0 terse

Read More

kilobits per second in a Megabit per second

How Many kilobits per second in a Megabit per second? 1 Megabit/sec = 1000 kilobits/sec. Mbps : Megabit per second (Mbit/s or Mb/s) kbps : kilobit per second (kbit/s or kb/s) 1 megabit = 10002 bits 1 kilobit = 10001 bits 1 megabit = 1000 kilobits 1 megabit/second = 1000 kilobits/second 1 Mbps = 1000 kbps Mbps to kbps Conversion Table Megabit per second Kilobit per second 1 Mbps 1,000 kbps 2 Mbps 2,000 kbps…

Read More

Cisco DNA running Docker images

[Sun Oct 27 09:18:05 UTC] maglev@10.32.20.10 (maglev-master-1) ~ $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE assurance-backend/collector-cli 1.2.8.239 5267fabbad78 5 days ago 488 MB maglev-registry.maglev-system.svc.cluster.local:5000/assurance-backend/collector-cli 1.2.8.239 5267fabbad78 5 days ago 488 MB maglev-registry.maglev-system.svc.cluster.local:5000/assurance-backend/serviceability 1.0.0 a0f380a1e7bc 5 days ago 339 MB assurance-backend/serviceability 1.0.0 a0f380a1e7bc 5 days ago 339 MB assurance-backend/skype-collector 1.2.8.239 eba3a78dc45f 5 days ago 354 MB maglev-registry.maglev-system.svc.cluster.local:5000/assurance-backend/skype-collector 1.2.8.239 eba3a78dc45f 5 days ago 354 MB assurance-backend/wirelesscollector 1.2.8.239 151c0ce2699d 5 days ago 487 MB maglev-registry.maglev-system.svc.cluster.local:5000/assurance-backend/wirelesscollector 1.2.8.239…

Read More

Cisco DNA Center components information

What does enp0s10 means? enp0s10: | | | v | | en| | –> ethernet v | p0| –> bus number (0) v s10 –> slot number (10) List interfaces $ lspci $ lspci | less $ lspci | grep -i eth netstat -i netstat -i | grep enp $ /sbin/ifconfig $ /sbin/ifconfig eth0 ip link Cisco is using Calico Docker and container interfaces Cisco is running kubernetes as well Cisco is runing docker as…

Read More

Looking for the best development environment or platform to write Python programs? Some of the top IDEs and Code Editors are ranked here.

Best Python Development Environments What is a code editor? Text editor with syntax highlighting, code completion, refactoring, etc. What is an IDE? Code editor, build automation, compiler/interpreter, debugger, package manager, version control, class & function mapping. IDEs: 1. PyCharm – integrated dev environment. Windows, Mac, Linux. Free (Community) and Paid (Professional) versions Editing w/ syntax highlighting, run and debug. 2. Spyder – included in Anaconda. Good for data science, but PyCharm is probably better for…

Read More

ACI fabric access policies and steps involved in on-boarding a physical server into ACI.

There are two sections basically: Fabric – That governs your physical access policies (Physical Network) Tenant – That governs your overlay policies (Logical Construct) Below diagram represents all various components of Fabric & Tenant sections and shows how they form relations with each other and stitched together. Fabric – Access Policy Let’s begin with Fabric part of the configuration: Go to Fabric tab > Access Policies and look at the options on left pane from bottom. NEVER Start from…

Read More

Nexsus 7K module Trouble-shooting Commands

Powering On or Off Specific Module : config # poweroff module 5 # for power off config # no poweroff module 5 # for poweron module   power redundancy-mode power redundancy-mode {combined | insrc-redundant | ps-redundant | redundant} no power redundancy-mode {combined | insrc-redundant | ps-redundant | redundant} show diagnostic result module 18 show module tac-pac bootflash:tech.txt show tech module 1 show tech gold show hardware internal errors module 1 | diff – issue this…

Read More

Cisco Prime Collaboration – Reset and Changing Passwords

Resetting and Changing Passwords As a super administrator, system administrator or network operator, you can reset the password for other Prime Collaboration users as well as change your own password. To reset the password for other users, select a user from Administration > User Management and make the necessary changes. To change your own password, click Change Password and make necessary changes. You can reset the Prime Collaboration Assurance web client globaladmin password using the…

Read More
1 2 3 4