Вы находитесь на странице: 1из 2

EIGRP redistribute static (after ip route 0.0.0.0 0.0.0.

0 <interface>) network <network> <wildcard mask> no auto-summary

OSPF network <network> <wildcard> area <number> default-information originate

PPP encapsulation ppp

PAP (set your own username/password) config> username <name> password <password> interface> ppp authentication pap ppp pap sent-username <other username> password <other password>

CHAP (set other usernames/passwords) config> username <other username> password <other password> interface> ppp authentication chap

FRAME RELAY interface> encapsulation frame-relay no keepalive frame-relay interface-dlci <dlci>

frame-relay map ip <other address> <self dlci> broadcast frame-relay map ip <self ip> <self dlci>

DCHP ip dhcp exclude-address <ip start> <ip end range> ip dhcp pool <name> network <address> <subnet mask> dns-server <dns address> default-router <gateway address> ip helper-address <router interface>

NAT Static NAT: ip nat inside source static <inside ip> <outside ip> ip nat inside ip nat outside Pool: ip nat pool <pool name> <range start> <range end> netmask <subnet mask> ip access-list extended <name> permit ip <subnet address> <wildcard> any ip nat inside source list <list name> pool <pool name> PAT: ip nat inside source list <list name> interface <int> overload show ip nat translation clear ip nat translation *

MISC banner motd line con 0 password cisco login line vty 0 4 password cisco login

Вам также может понравиться