네트워크(81)
-
IPv6 frame relay setting
[R1] en conf t ipv6 unicast-routing int f1/0 ipv6 enable ipv6 address 2068:100:11:11::1/64 no shutdown int f0/0 ipv6 enable ipv6 address 3ffe:b00:c18:bb1::1/64 no shutdown int s2/0 ipv6 enable ipv6 address 3ffe:b00:c18:9::1/64 no shutdown int s2/1 ipv6 enable ipv6 address 3ffe:b00:c18:10::1/64 no shutdown [R2] en conf t ipv6 unicast-routing int s2/0 ipv6 enable ipv6 address 3ffe:b00:c18:9::2/64 ..
2020.07.27 -
IPv6
en conf t ipv6 unicast-routing interface fa 0/0 ipv6 enable ipv6 address 2068:100:11:11::1/64 no shutdown inter se 2/0 ipv6 enable ipv6 address 3ffe:12:12:12::1/64 no shut end conf t ipv6 router rip 1 interface fa 0/0 ipv6 rip 1 enable inter se 2/0 ipv6 rip 1 enable end show ipv6 route rip ping 2068:200:12:12::2 en conf t ipv6 unicast-routing int fa 0/0 ipv6 enable ipv6 address 2068:200:12:12::2..
2020.07.27 -
Active Directory 2020.07.27
-
라우터 기초상식
static은 metric이 없음 - Bandwidth(대역폭), Delay(지연), Reliability(신뢰성), load(부하), MTU를 기준으로 최적의 경로 결정, 정해줘야함 라우터 경로 정하기 Ditance Vector(상황을 따지지않음) : RIP, EIGRP Link State(상황을 따짐) : OSPF auto-summary class full 클래스 대역이 다르면 class less
2020.06.11 -
OSPF+RIP
config [R1] en conf t int s2/0 ip add 172.16.14.1 255.255.255.0 no shutdown int s2/1 ip add 172.16.12.1 255.255.255.0 no shutdown int s2/2 ip add 172.16.18.1 255.255.255.0 no shutdown int s2/3 ip add 172.16.13.1 255.255.255.0 no shutdown router ospf 100 network 172.16.14.0 0.0.0.255 area 0 network 172.16.12.0 0.0.0.255 area 0 network 172.16.18.0 0.0.0.255 area 0 network 172.16.13.0 0.0.0.255 are..
2020.05.24 -
OSPF
config [R1] en conf t int s2/0 ip add 172.16.14.1 255.255.255.0 no shutdown int s2/1 ip add 172.16.12.1 255.255.255.0 no shutdown int s2/2 ip add 172.16.18.1 255.255.255.0 no shutdown int s2/3 ip add 172.16.13.1 255.255.255.0 no shutdown router ospf 100 network 172.16.14.0 0.0.0.255 area 0 network 172.16.12.0 0.0.0.255 area 0 network 172.16.18.0 0.0.0.255 area 0 network 172.16.13.0 0.0.0.255 are..
2020.05.24