Jun 20, 2023

Configuration Command in Switch and Router

- enable                                                                                   for starting configuration
- enable secret password                                                        for enable password
- configure terminal                                                                for configuration terminal
- hostname name                                                                    for adding a hostname
-  


Router
- show ip route                                                                       for showing ip route
- ip route ip user (space) subnet (space) ip gateway             for create ip route (static or dynamic)
- no ip ip user (space) subnet (space) ip gateway                  for delete ip route


IPv6 GUA Configuration on Router R1

R1(config)# interface gigabitethernet 0/0/0
R1(config-if)# ipv6 address 2001:db8:acad:1::1/64
R1(config-if)# no shutdown
R1(config-if)# exit
R1(config)# interface gigabitethernet 0/0/1
R1(config-if)# ipv6 address 2001:db8:acad:2::1/64
R1(config-if)# no shutdown
R1(config-if)# exit
R1(config)# interface serial 0/1/0
R1(config-if)# ipv6 address 2001:db8:acad:3::1/64
R1(config-if)# no shutdown