- I replaced my desktop with this MSI laptop for a week, and it surpassed my expectations
- AI networking a focus of HPE’s Juniper deal as Justice Department concerns swirl
- 3 reasons why you need noise-canceling earbuds ahead of the holidays (and which models to buy)
- Unlocking the Future Through the Industrial Strategy: A Policy Blueprint for the UK's Digital Transformation
- Your power bank is lying to you about its capacity - sort of
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 well
Cisco uses CONTIV https://contivpp.io/ which is kubernetes plugin
vargant used a orhcestration tool
Kubernetes + Contiv + LIGATO + VPP Data Plane
Cisco is using Calico Docker and container interfaces
root@docker:~# calicoctl node status
calicoctl version
Cisco is runing docker as well
docker ps
docker ps –filter status=running
docker ps –filter status=paused
docker -v
docker images
ifconfig docker0
docker inspect –format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}’ $INSTANCE_ID
docker inspect –format='{{range .NetworkSettings.Networks}}{{.MacAddress}}{{end}}’ $INSTANCE_ID
$ docker inspect –format='{{(index (index .NetworkSettings.Ports “8787/tcp”) 0).HostPort}}’ $INSTANCE_ID
# Cisco is running kubernetes as well
Let say I want to find the kubelet and apiserver version of my k8s master(s), what’s the best way to do it?
kubectl cluster-info
kubectl version
kubectl get nodes
kubectl get pods
=========================================
apache velocity for programming the deivces and automation
Few Noted Issues
Note: ROuter isis goes into DOWN state when configured bfd under isis for all interfaces
!
bfd all interfaces
!