Difference between revisions of "Classless Inter-Domain Routing (CIDR)"
Jump to navigation
Jump to search
(Created page with "{{Draft}} == See also == * {{IP}}") |
|||
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:Classless Inter-Domain Routing]] | |
+ | == AWS == | ||
+ | * <code>[[aws ec2 create-vpc --cidr-block]]</code> | ||
+ | * <code>[[aws ec2 create-client-vpn-endpoint --client-cidr-block]]</code> | ||
+ | * <code>[[aws ec2 describe-vpcs]] | grep -w CidrBlock</code> | ||
+ | * <code>[[aws ec2 describe-subnets]] | grep -w CidrBlock</code> | ||
+ | * <code>[[CidrBlock:]]</code> | ||
+ | |||
+ | == Related terms == | ||
+ | * [[Terraform]]: <code>[[cidr_block]]</code> | ||
+ | * Terraform [[cidr]] | ||
+ | * [[Terraform]]: <code>[[Error: expected cidr block to contain a valid Value, got: XXXXX with err: invalid CIDR address: XXXXX]]</code> | ||
+ | * <code>[[aws_db_security_group]]</code> | ||
+ | * [[K8s multiple Service CIDRs]] | ||
== See also == | == See also == | ||
+ | * {{subnet}} | ||
* {{IP}} | * {{IP}} | ||
+ | * {{networking}} | ||
+ | * {{CIDR}} | ||
+ | |||
+ | |||
+ | [[Category:Networking]] |
Latest revision as of 15:06, 12 September 2024
AWS[edit]
aws ec2 create-vpc --cidr-block
aws ec2 create-client-vpn-endpoint --client-cidr-block
aws ec2 describe-vpcs | grep -w CidrBlock
aws ec2 describe-subnets | grep -w CidrBlock
CidrBlock:
Related terms[edit]
See also[edit]
- Subnet, CIDR, public subnet, private subnet
- IP, IPv4, IPv6, subnet, CIDR, netmask, IP address, Public IP, Private IP, AWS Elastic IP (EIP), Geo restriction, Ipstack, IPAM, Static, BYOIP
- Networking: bandwidth, latency, Jitter, Ethernet, UPnP, MPLS, Frame Relay, ATM, TCP/IP, ARP, WiFi, BGP, Networking timeline, Router, Proxy ARP, Services & Networking, Traffic shapper
- CIDR,
cidr_block, --cidr
Advertising: