Cisco Router and Switch Configuration: PPP, DHCP, VLAN, RIP, OSPF, EIGRP
Classified in Technology
Written on in
English with a size of 4.33 KB
Cisco Router and Switch Configuration
PPP Authentication
1. User Configuration (Matching Passwords on Both Routers)
router(config)# username <hostname_remote_router> password <password>
2. Interface Encapsulation Change
router(config-if)# encapsulation ppp
3.1 Enabling PAP Authentication
router(config-if)# encapsulation ppp
router(config-if)# ppp authentication pap
router(config-if)# ppp pap sent-username <local_username> password <password>
3.2 Enabling CHAP Authentication
router(config-if)# encapsulation ppp
router(config-if)# ppp authentication chap
DHCP Scope Configuration
router(config)# ip dhcp pool <POOL_NAME>
router(config-dhcp)# network <NETWORK_ADDRESS> <NETMASK>
router(config-dhcp)# default-router <GATEWAY_