Nistip / NSA

0 stars 0 forks source link

CPT #4

Open Nistip opened 2 years ago

Nistip commented 2 years ago

SSH line vty 0 15

password [password] login local trans [...]

domain-name [domain-name] hostname [hostname] crypto key rsa gen

1024

ip ssh v 2

NAT (PAT) in [interface]   ip nat [mode] ip access-list standart [name]   permit [ip network] [wildcard]      ||for each network ip nat inside source list [name] int [WAN interface] overload

show ip nat translations

Dynamic Routes

OSPF in loopback 0

ip add [IP] 255.255.255.255 необязательно

router ospf [process id(1)]

network [network ip] [wildcard] area [area(0)]      ||for each network passive-interface interface default information orig      ||auto default-router[main]

show ip ospf neighbor

EIGRP router eigrp [process id(1)]   network [network ip] [wildcard]   no auto-sum   redistribute static      ||auto default-router[main]

show ip eigrp neighbors

show ip protocols clear process, example "clear ip ospf neighbor"

Nistip commented 2 years ago

https://drive.google.com/drive/folders/0B-5kZl7ixcSKNGItMVRUWk5ra0k?resourcekey=0-lkX6fcQJOUaoYsv1cx-HyQ