Show Menu
Cheatography

Cisco Commands Cheat Sheet (DRAFT) by

Cisco Commands for IP addressing

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Ipv6 GUA Config­uration on Router R1

R1(con­fig)# interface gigabi­tet­hernet 0/0/0
R1(con­fig­-if)# ipv6 address 2001:d­b8:­aca­d:1­::1/64
R1(con­fig­-if)# no shutdown
R1(con­fig­-if)# exit
R1(con­fig)# interface gigabi­tet­hernet 0/0/1
R1(con­fig­-if)# ipv6 address 2001:d­b8:­aca­d:2­::1/64
R1(con­fig­-if)# no shutdown
R1(con­fig­-if)# exit
R1(con­fig)# interface serial 0/1/0
R1(con­fig­-if)# ipv6 address 2001:d­b8:­aca­d:3­::1/64
R1(con­fig­-if)# no shutdown
 

Config­uration of an LLA on router R1

 
R1(con­fig)# interface gigabi­tet­hernet 0/0/0
R1(con­fig­-if)# ipv6 address fe80::1:1 link-local
R1(con­fig­-if)# exit
R1(con­fig)# interface gigabi­tet­hernet 0/0/1
R1(con­fig­-if)# ipv6 address fe80::2:1 link-local
R1(con­fig­-if)# exit
R1(con­fig)# interface serial 0/1/0
R1(con­fig­-if)# ipv6 address fe80::3:1 link-local
R1(con­fig­-if)# exit