Difference between revisions of "Cisco: Dual Stack"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 11: | Line 11: | ||
* Switch Ethernet 1 -> PC1 | * Switch Ethernet 1 -> PC1 | ||
* Switch Ethernet 2 -> PC2 | * Switch Ethernet 2 -> PC2 | ||
+ | |||
+ | |||
+ | Konfigurasi R1 C7200 | ||
+ | |||
+ | configure | ||
+ | interface Ethernet 1/0 | ||
+ | no shutdown | ||
+ | ipv6 address 2001:1234:ABCD::1/64 | ||
+ | ip address 192.168.1.1 255.255.255.0 | ||
+ | exit | ||
+ | ipv6 unicast-routing |
Revision as of 09:33, 27 December 2023
Tool:
- GNS3
- Cisco C7200 + PA-8E in one slot
- 2 VPC
- Switch
Connection:
- Cisco C7200 Ethernet 1/0 -> Switch Ethernet 0
- Switch Ethernet 1 -> PC1
- Switch Ethernet 2 -> PC2
Konfigurasi R1 C7200
configure interface Ethernet 1/0 no shutdown ipv6 address 2001:1234:ABCD::1/64 ip address 192.168.1.1 255.255.255.0 exit ipv6 unicast-routing