Cisco InfiniBand 4x User's Guide Page 145

  • Download
  • Add to my manuals
  • Print
  • Page
    / 174
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 144
Chapter 7. Configuring the Cisco 3012 InfiniBand to Ethernet gateway 131
After logging into the 4948 with sufficient privileges, execute the commands as shown in
Example 7-2 on the 4948. Items starting with an exclamation mark (!) are for reference or
comment only and are not executed.
Example 7-2 Configure the 4948 to accept untagged packets from the gateway
! Assumes starting from enable mode, enter config mode
conf t
! Configure the gateway facing interface for mode access, vlan 88
int gi1/16
description Connection to 3012 Ethernet Switch Module port 4/1
switchport mode access
switchport access vlan 88
! Enable portfast to bring the port up quickly
spanning-tree portfast
no shut
! Exit config mode
end
! Save config to NVRAM
write
7. After the changes have been made to both the Ethernet gateway module and the 4948,
the InfiniBand client at 172.16.225.10 can successfully ping the VLAN 88 default gateway
IP address (172.16.225.250) on the 4948 as demonstrated in Example 7-3.
Example 7-3 InfiniBand host pinging the default gateway
[root@localhost ~]# ping -c 5 172.16.225.250
PING 172.16.225.250 (172.16.225.250) 56(84) bytes of data.
64 bytes from 172.16.225.250: icmp_seq=1 ttl=255 time=0.298 ms
64 bytes from 172.16.225.250: icmp_seq=2 ttl=255 time=0.279 ms
64 bytes from 172.16.225.250: icmp_seq=3 ttl=255 time=0.274 ms
64 bytes from 172.16.225.250: icmp_seq=4 ttl=255 time=0.266 ms
64 bytes from 172.16.225.250: icmp_seq=5 ttl=255 time=0.282 ms
--- 172.16.225.250 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4000ms
rtt min/avg/max/mdev = 0.266/0.279/0.298/0.023 ms
[root@localhost ~]#
Tip: Example 7-2 is for a switch running IOS. If the upstream switch is running CatOS,
the configuration would be different, CatOS configuration examples are not included in
this document.
Page view 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 173 174

Comments to this Manuals

No comments