Cheat sheets for various stuff
sudo screen /dev/ttyUSB0 9600
Getting started:
Router>enable
Router#configure terminal
Router(config)#
Task | Command |
---|---|
Show IPv4 settings | show ip interface brief |
Show IPv6 settings | show ipv6 interface brief |
Show routing table | show ip route |
config-if
Set an IPv6 address:
Router(config)#interface G0/0/0
Router(config-if)#ipv6 address 2001:DB8:0:1::/64
Router(config-if)#ipv6 enable
Router(config-if)#no shutdown
Router(config-if)#exit
Task | Command |
---|---|
Enable crossover cable autodetect | mdix auto |
Task | Command |
---|---|
Enable routing | ipv6 unicast-routing |
Directly attached static route | ipv6 route 2001:DB8::/32 g1/0/0 |
Recursive static route | ipv6 route 2001:DB8::/32 2001:DB8:3000:1 |
Resources: